|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--org.apache.struts.taglib.BaseAttributeTag
Base class for conditionals based on the presence or absence of attributes in some appropriate scope (default=session). This class cannot be directly instantiated; it must be subclassed.
| フィールドの概要 | |
protected java.lang.String |
name
The name of the attribute being tested. |
protected java.lang.String |
scope
The scope of the attribute being tested. |
| クラス 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 |
| コンストラクタの概要 | |
BaseAttributeTag()
|
|
| メソッドの概要 | |
java.lang.String |
getName()
Return the attribute name. |
java.lang.String |
getScope()
Return the attribute scope. |
protected int |
getScopeId()
Return the scope identifier of the scope we are requesting. |
void |
release()
Release any acquired resources. |
void |
setName(java.lang.String name)
Set the attribute name. |
void |
setScope(java.lang.String scope)
Set the attribute scope. |
| クラス javax.servlet.jsp.tagext.TagSupport から継承したメソッド |
doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
protected java.lang.String name
protected java.lang.String scope
| コンストラクタの詳細 |
public BaseAttributeTag()
| メソッドの詳細 |
public java.lang.String getName()
public void setName(java.lang.String name)
name - The new attribute namepublic java.lang.String getScope()
public void setScope(java.lang.String scope)
scope - The new attribute scopepublic void release()
javax.servlet.jsp.tagext.Tag 内の releasejavax.servlet.jsp.tagext.TagSupport 内の releaseprotected int getScopeId()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||