|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.apache.struts.taglib.tiles.AttributeToScopeTag
Custom tag that puts component's attributes in a scope (request, page, ...).
| フィールドの概要 | |
private java.lang.String |
property
推奨されていません。 The property name to be exposed. |
private int |
scope
推奨されていません。 The scope value. |
private java.lang.String |
scopeName
推奨されていません。 The scope name. |
| クラス 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 |
| コンストラクタの概要 | |
AttributeToScopeTag()
推奨されていません。 |
|
| メソッドの概要 | |
int |
doEndTag()
推奨されていません。 Clean up after processing this enumeration. |
int |
doStartTag()
推奨されていません。 Expose the requested property from component context. |
java.lang.String |
getProperty()
推奨されていません。 Return the property name. |
void |
release()
推奨されていません。 Release all allocated resources. |
void |
setProperty(java.lang.String property)
推奨されていません。 Set the property name. |
void |
setScope(java.lang.String scope)
推奨されていません。 Set the scope. |
| クラス 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 java.lang.String scopeName
private int scope
private java.lang.String property
| コンストラクタの詳細 |
public AttributeToScopeTag()
| メソッドの詳細 |
public java.lang.String getProperty()
public void setProperty(java.lang.String property)
property - The property namepublic void setScope(java.lang.String scope)
scope - The new scope
public int doStartTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException - if a JSP exception has occurred
public int doEndTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException - if a JSP exception has occurredpublic void release()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||