Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.struts.taglib.template.util.ContentMapStack
public class ContentMapStack
extends java.lang.Object
Constructor Summary | |
|
Method Summary | |
static Stack |
|
static ContentMap |
|
static ContentMap |
|
static void |
|
public static Stack getStack(PageContext pc)
Deprecated. Use Tiles instead.
Return a reference to the stack. If there is no stack, one is created and placed into request scope associated with the page context.
- Parameters:
pc
- The page context associated with a custom tag.
public static ContentMap peek(PageContext pc)
Deprecated. Use Tiles instead.
Peek at the map on top of the stack.
- Parameters:
pc
- The page context associated with a custom tag.
public static ContentMap pop(PageContext pc)
Deprecated. Use Tiles instead.
- Parameters:
pc
- The page context associated with a custom tag.
public static void push(PageContext pc, ContentMap map)
Deprecated. Use Tiles instead.
Push a content map onto the stack.
- Parameters:
pc
- The page context associated with a custom tag.map
- A content map that gets pushed onto the stack.