|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--org.apache.struts.taglib.GetPropertyTag
Expose the value of a bean property as a scripting variable.
| フィールドの概要 | |
private java.lang.String |
id
The name of the scripting variable to be exposed. |
protected static MessageResources |
messages
The message resources for this package. |
private java.lang.String |
name
The name of the bean owning the property. |
private java.lang.String |
property
The property name to be exposed. |
| クラス javax.servlet.jsp.tagext.TagSupport から継承したフィールド |
pageContext |
| インタフェース javax.servlet.jsp.tagext.IterationTag から継承したフィールド |
EVAL_BODY_AGAIN |
| インタフェース javax.servlet.jsp.tagext.Tag から継承したフィールド |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| コンストラクタの概要 | |
GetPropertyTag()
|
|
| メソッドの概要 | |
int |
doStartTag()
Retrieve the required property and expose it as a scripting variable. |
java.lang.String |
getId()
Return the name of the scripting variable. |
java.lang.String |
getName()
Return the name of the bean. |
java.lang.String |
getProperty()
Return the property name. |
void |
release()
Release any acquired resources. |
void |
setId(java.lang.String id)
Set the name of the scripting variable. |
void |
setName(java.lang.String name)
Set the name of the bean. |
void |
setProperty(java.lang.String property)
Set the property name. |
| クラス javax.servlet.jsp.tagext.TagSupport から継承したメソッド |
doAfterBody, doEndTag, findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
private java.lang.String id
protected static MessageResources messages
private java.lang.String name
private java.lang.String property
| コンストラクタの詳細 |
public GetPropertyTag()
| メソッドの詳細 |
public java.lang.String getId()
javax.servlet.jsp.tagext.TagSupport 内の getIdpublic void setId(java.lang.String id)
javax.servlet.jsp.tagext.TagSupport 内の setIdid - The new name of the scripting variablepublic java.lang.String getName()
public void setName(java.lang.String name)
name - The new namepublic java.lang.String getProperty()
public void setProperty(java.lang.String property)
property - The property name
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 内の releasejavax.servlet.jsp.tagext.TagSupport 内の release
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||