|
||||||||||
| 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(Class type)
Finds the nearest ancestor that has the object of the given type, or null if not found. |
Ancestor |
RequestImpl.findAncestor(Class type)
|
Ancestor |
StaplerRequest.findAncestor(Object o)
Finds the nearest ancestor whose getObject() matches the given object. |
Ancestor |
RequestImpl.findAncestor(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 | |
|---|---|
List<Ancestor> |
StaplerRequest.getAncestors()
Returns a list of ancestor objects that lead to the "it" object. |
List<Ancestor> |
RequestImpl.getAncestors()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||