Package | Description |
---|---|
org.kohsuke.stapler |
Stapler URL->Object mapping framework.
|
Modifier and Type | Method and Description |
---|---|
Ancestor |
RequestImpl.findAncestor(Class type) |
Ancestor |
StaplerRequest.findAncestor(Class type)
Finds the nearest ancestor that has the object of the given type, or null if not found.
|
Ancestor |
RequestImpl.findAncestor(Object anc) |
Ancestor |
StaplerRequest.findAncestor(Object o)
Finds the nearest ancestor whose
getObject() matches the given object. |
Ancestor |
Ancestor.getNext()
Gets the next ancestor, or null if none (meaning
this is the 'it' object.
|
Ancestor |
Ancestor.getPrev()
Gets the previous ancestor, or null if none (meaning
this is the root object.)
|
Modifier and Type | Method and Description |
---|---|
List<Ancestor> |
RequestImpl.getAncestors() |
List<Ancestor> |
StaplerRequest.getAncestors()
Returns a list of ancestor objects that lead to the "it" object.
|
Copyright © 2015. All rights reserved.