|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.taglib.template.util.ContentMapStack
This class provides access to a stack of ContentMaps in request scope through static methods.
Constructor Summary | |
private |
ContentMapStack()
Deprecated. No instantiations of this class are allowed. |
Method Summary | |
static java.util.Stack |
getStack(PageContext pc)
Deprecated. Use Tiles instead. |
static ContentMap |
peek(PageContext pc)
Deprecated. Use Tiles instead. |
static ContentMap |
pop(PageContext pc)
Deprecated. Use Tiles instead. |
static void |
push(PageContext pc,
ContentMap map)
Deprecated. Use Tiles instead. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
private ContentMapStack()
Method Detail |
public static java.util.Stack getStack(PageContext pc)
pc
- The page context associated with a custom tag.public static ContentMap peek(PageContext pc)
pc
- The page context associated with a custom tag.public static void push(PageContext pc, ContentMap map)
pc
- The page context associated with a custom tag.map
- A content map that gets pushed onto the stack.public static ContentMap pop(PageContext pc)
pc
- The page context associated with a custom tag.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |