|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.apache.struts.taglib.template.InsertTag
This is the tag handler for <template:insert>, which includes a template. The tag's body content consists of <template:put> tags, which are accessed by <template:get> in the template.
| フィールドの概要 | |
private ContentMap |
map
Each insert tag has a map of content. |
private java.lang.String |
template
The URI of the template. |
| クラス javax.servlet.jsp.tagext.TagSupport から継承したフィールド |
id, pageContext |
| インタフェース javax.servlet.jsp.tagext.IterationTag から継承したフィールド |
EVAL_BODY_AGAIN |
| インタフェース javax.servlet.jsp.tagext.Tag から継承したフィールド |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| コンストラクタの概要 | |
InsertTag()
|
|
| メソッドの概要 | |
int |
doEndTag()
Process the end tag by including the template. |
int |
doStartTag()
Process the start tag by pushing this tag's map onto the content map stack. |
ContentMap |
getContentMap()
Get the map attribute. |
java.lang.String |
getTemplate()
Get the template attribute. |
void |
put(java.lang.String name,
Content content)
This method is a convenience for <template:put> tags for putting content into the map. |
void |
release()
Reset member values for reuse. |
private void |
saveException(java.lang.Throwable exception)
Save the specified exception in request scope if there is not already one present. |
void |
setTemplate(java.lang.String template)
Set the template attribute. |
| クラス javax.servlet.jsp.tagext.TagSupport から継承したメソッド |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース javax.servlet.jsp.tagext.IterationTag から継承したメソッド |
|
| フィールドの詳細 |
private ContentMap map
private java.lang.String template
| コンストラクタの詳細 |
public InsertTag()
| メソッドの詳細 |
public void setTemplate(java.lang.String template)
public java.lang.String getTemplate()
public ContentMap getContentMap()
public int doStartTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
public int doEndTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
public void put(java.lang.String name,
Content content)
public void release()
private void saveException(java.lang.Throwable exception)
exception - Exception to be conditionally saved
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||