|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.apache.struts.taglib.HtmlPropertyTag
Custom tag implementation that acts like
<jsp:getProperty> but encodes the output stream so that
HTML-related characters do not cause difficulties.
| フィールドの概要 | |
private static MessageResources |
messages
The message resources for this package. |
private java.lang.String |
name
The name of the object instance from which the property is obtained. |
private java.lang.String |
property
The name of the property to get. |
| クラス 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 |
| コンストラクタの概要 | |
HtmlPropertyTag()
Construct a new instance of this tag. |
|
| メソッドの概要 | |
int |
doStartTag()
Process the start tag. |
java.lang.String |
getName()
Return the object name. |
java.lang.String |
getProperty()
Return the property name. |
void |
release()
Release any acquired resources. |
void |
setName(java.lang.String name)
Set the object name. |
void |
setProperty(java.lang.String property)
Set the property name. |
| クラス 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 |
| インタフェース javax.servlet.jsp.tagext.IterationTag から継承したメソッド |
|
| フィールドの詳細 |
private java.lang.String name
private static MessageResources messages
private java.lang.String property
| コンストラクタの詳細 |
public HtmlPropertyTag()
| メソッドの詳細 |
public java.lang.String getName()
public void setName(java.lang.String name)
name - The new object namepublic java.lang.String getProperty()
public void setProperty(java.lang.String property)
property - The new property name
public int doStartTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException - if a JSP exception has occurredpublic void release()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||