|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tiles.template.ComposeStackUtil
public final class ComposeStackUtil
Utilities to work with compose stacks.
Method Summary | |
---|---|
static java.lang.Object |
findAncestorWithClass(ArrayStack<java.lang.Object> composeStack,
java.lang.Class<?> clazz)
Finds the first ancestor in the stack, that is assignable to the given class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.Object findAncestorWithClass(ArrayStack<java.lang.Object> composeStack, java.lang.Class<?> clazz)
composeStack
- The compose stack to evaluate.clazz
- The class to check.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |