|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.apache.struts.taglib.tiles.GetAttributeTag
Retrieve the value of the specified component/template attribute property, and render it to the current JspWriter as a String. The usual toString() conversion is applied on the found value.
| フィールドの概要 | |
private java.lang.String |
attribute
|
private boolean |
isErrorIgnored
Do we ignore error if attribute is not found. |
private java.lang.String |
role
Role attribute |
| クラス javax.servlet.jsp.tagext.TagSupport から継承したフィールド |
id, pageContext |
| インタフェース org.apache.struts.taglib.tiles.ComponentConstants から継承したフィールド |
COMPONENT_CONTEXT, COMPONENT_SCOPE, EXCEPTION_KEY, LOCALE_KEY |
| インタフェース javax.servlet.jsp.tagext.IterationTag から継承したフィールド |
EVAL_BODY_AGAIN |
| インタフェース javax.servlet.jsp.tagext.Tag から継承したフィールド |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| コンストラクタの概要 | |
GetAttributeTag()
Default constructor. |
|
| メソッドの概要 | |
int |
doEndTag()
Close tag. |
java.lang.String |
getAttribute()
Get attribute. |
boolean |
getIgnore()
Get ignore flag. |
java.lang.String |
getName()
Get Name. |
java.lang.String |
getRole()
Get role. |
void |
release()
Release all allocated resources. |
void |
setAttribute(java.lang.String attribute)
Set attribute. |
void |
setIgnore(boolean ignore)
Set ignoring flag when attribute is not found. |
void |
setName(java.lang.String value)
Set Name. |
void |
setRole(java.lang.String role)
Set role. |
| クラス javax.servlet.jsp.tagext.TagSupport から継承したメソッド |
doAfterBody, 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 |
| インタフェース javax.servlet.jsp.tagext.IterationTag から継承したメソッド |
|
| フィールドの詳細 |
private java.lang.String attribute
private java.lang.String role
private boolean isErrorIgnored
false, which will throw an exception.
| コンストラクタの詳細 |
public GetAttributeTag()
| メソッドの詳細 |
public void release()
javax.servlet.jsp.tagext.Tag 内の releasepublic void setAttribute(java.lang.String attribute)
attribute - Attribute.public java.lang.String getAttribute()
public void setName(java.lang.String value)
value - Attribute.public java.lang.String getName()
public void setIgnore(boolean ignore)
ignore - default: false: Exception is thrown when attribute is not found, set to
true to ignore missing attributes silentlypublic boolean getIgnore()
false: Exception is thrown when attribute is not found, set to
true to ignore missing attributes silentlypublic void setRole(java.lang.String role)
role - The role the user must be in to store content.public java.lang.String getRole()
public int doEndTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.tagext.Tag 内の doEndTagjavax.servlet.jsp.JspException - On error processing tag.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||