|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object | +--org.apache.struts.taglib.template.util.ContentMapStack
This class provides access to a stack of ContentMaps in request scope through static methods.
| コンストラクタの概要 | |
private |
ContentMapStack()
No instantiations of this class are allowed. |
| メソッドの概要 | |
static java.util.Stack |
getStack(javax.servlet.jsp.PageContext pc)
Return a reference to the stack. |
static ContentMap |
peek(javax.servlet.jsp.PageContext pc)
Peek at the map on top of the stack. |
static ContentMap |
pop(javax.servlet.jsp.PageContext pc)
|
static void |
push(javax.servlet.jsp.PageContext pc,
ContentMap map)
Push a content map onto the stack. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
private ContentMapStack()
| メソッドの詳細 |
public static java.util.Stack getStack(javax.servlet.jsp.PageContext pc)
pc - The page context associated with a custom tag.public static ContentMap peek(javax.servlet.jsp.PageContext pc)
pc - The page context associated with a custom tag.
public static void push(javax.servlet.jsp.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(javax.servlet.jsp.PageContext pc)
pc - The page context associated with a custom tag.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||