|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.apache.struts.taglib.tiles.PutListTag
PutList tag implementation.
| フィールドの概要 | |
private java.lang.String |
attributeName
Name of this attribute. |
private java.util.List |
list
The list itself. |
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 |
| コンストラクタの概要 | |
PutListTag()
Default constructor. |
|
| メソッドの概要 | |
void |
addElement(java.lang.Object value)
Set property. |
int |
doEndTag()
Do end tag. |
int |
doStartTag()
Do start tag. |
protected PutListTagParent |
findEnclosingParent()
Find enclosing parent tag accepting this tag. |
java.util.List |
getList()
Get list defined in tag. |
java.lang.String |
getName()
Get property. |
java.lang.String |
getRole()
Get role attribute. |
void |
processNestedTag(AddTag nestedTag)
Process nested ≶add> tag. |
void |
processNestedTag(PutListTag nestedTag)
Process nested ≶putList> tag. |
void |
release()
Release all allocated resources. |
protected void |
releaseInternal()
Release all internal resources. |
void |
setName(java.lang.String name)
Set property. |
void |
setRole(java.lang.String role)
Set role attribute. |
| クラス javax.servlet.jsp.tagext.TagSupport から継承したメソッド |
doAfterBody, 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 attributeName
private java.util.List list
private java.lang.String role
| コンストラクタの詳細 |
public PutListTag()
| メソッドの詳細 |
public void release()
javax.servlet.jsp.tagext.Tag 内の releaseprotected void releaseInternal()
public void setName(java.lang.String name)
public java.lang.String getName()
public void setRole(java.lang.String role)
role - The role the user must be in to store content.public java.lang.String getRole()
public java.util.List getList()
public void addElement(java.lang.Object value)
public void processNestedTag(PutListTag nestedTag)
throws javax.servlet.jsp.JspException
PutListTagParent 内の processNestedTagnestedTag - Nested PutTag defining the attribute.
javax.servlet.jsp.JspException
public void processNestedTag(AddTag nestedTag)
throws javax.servlet.jsp.JspException
AddTagParent 内の processNestedTagnestedTag - Nested to process.
javax.servlet.jsp.JspException
public int doStartTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.tagext.Tag 内の doStartTagjavax.servlet.jsp.JspException
public int doEndTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.tagext.Tag 内の doEndTagjavax.servlet.jsp.JspException
protected PutListTagParent findEnclosingParent()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException - If we can't find an appropriate enclosing tag.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||