|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ancestor | |
---|---|
org.kohsuke.stapler | Stapler URL->Object mapping framework. |
Uses of Ancestor in org.kohsuke.stapler |
---|
Methods in org.kohsuke.stapler that return Ancestor | |
---|---|
Ancestor |
StaplerRequest.findAncestor(java.lang.Class type)
Finds the nearest ancestor that has the object of the given type, or null if not found. |
Ancestor |
RequestImpl.findAncestor(java.lang.Class type)
|
Ancestor |
StaplerRequest.findAncestor(java.lang.Object o)
Finds the nearest ancestor whose getObject() matches the given object. |
Ancestor |
RequestImpl.findAncestor(java.lang.Object anc)
|
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.) |
Methods in org.kohsuke.stapler that return types with arguments of type Ancestor | |
---|---|
java.util.List<Ancestor> |
StaplerRequest.getAncestors()
Returns a list of ancestor objects that lead to the "it" object. |
java.util.List<Ancestor> |
RequestImpl.getAncestors()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |