|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--org.apache.struts.taglib.BaseAttributeTag
|
+--org.apache.struts.taglib.IfPropertyEqualsTag
Conditionally include the body of this tag if the specified property of the specified attribute (in any scope) has the specified value.
| フィールドの概要 | |
private static MessageResources |
messages
The message resources for this package. |
private java.lang.String |
property
The name of the property to get. |
private java.lang.String |
value
The value to compare to. |
| クラス org.apache.struts.taglib.BaseAttributeTag から継承したフィールド |
name, scope |
| クラス 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 |
| コンストラクタの概要 | |
IfPropertyEqualsTag()
|
|
| メソッドの概要 | |
int |
doStartTag()
Conditionally evaluate the body content of this tag. |
java.lang.String |
getProperty()
Return the property name. |
java.lang.String |
getValue()
Return the matching value. |
void |
release()
Release any acquired resources. |
void |
setProperty(java.lang.String property)
Set the property name. |
void |
setValue(java.lang.String value)
Set the matching value. |
| クラス org.apache.struts.taglib.BaseAttributeTag から継承したメソッド |
getName, getScope, getScopeId, setName, setScope |
| クラス javax.servlet.jsp.tagext.TagSupport から継承したメソッド |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
private static MessageResources messages
private java.lang.String property
private java.lang.String value
| コンストラクタの詳細 |
public IfPropertyEqualsTag()
| メソッドの詳細 |
public java.lang.String getProperty()
public void setProperty(java.lang.String property)
property - The property namepublic java.lang.String getValue()
public void setValue(java.lang.String value)
value - The matching value
public int doStartTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.tagext.Tag 内の doStartTagjavax.servlet.jsp.tagext.TagSupport 内の doStartTagjavax.servlet.jsp.JspException - if a JSP exception has occurredpublic void release()
javax.servlet.jsp.tagext.Tag 内の releaseBaseAttributeTag 内の release
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||