org.apache.struts.taglib.nested
クラス NestedWriteNestingTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.struts.taglib.nested.NestedWriteNestingTag
- すべての実装インタフェース:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class NestedWriteNestingTag
- extends javax.servlet.jsp.tagext.BodyTagSupport
NestedWriteNestingTag.
Created so developers could have a more elegant way of getting to the
underlying nested property their tag properties are referencing.
- 導入されたバージョン:
- Struts 1.1
- バージョン:
- $Revision: 1.1 $
- 作成者:
- Arron Bates
- 関連項目:
- 直列化された形式
| クラス javax.servlet.jsp.tagext.BodyTagSupport から継承したフィールド |
bodyContent |
| クラス javax.servlet.jsp.tagext.TagSupport から継承したフィールド |
id, pageContext |
| インタフェース javax.servlet.jsp.tagext.BodyTag から継承したフィールド |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| インタフェース javax.servlet.jsp.tagext.IterationTag から継承したフィールド |
EVAL_BODY_AGAIN |
| インタフェース javax.servlet.jsp.tagext.Tag から継承したフィールド |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
|
メソッドの概要 |
int |
doEndTag()
|
int |
doStartTag()
Overriding method of the heart of the tag. |
boolean |
getFilter()
Getter method for the filter property |
java.lang.String |
getProperty()
Getter method for the property property |
void |
release()
JSP method to release all resources held by the tag. |
void |
setFilter(boolean newFilter)
Setter method for the filter property |
void |
setProperty(java.lang.String newProperty)
Setter method for the property property |
| クラス javax.servlet.jsp.tagext.BodyTagSupport から継承したメソッド |
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent |
| クラス javax.servlet.jsp.tagext.TagSupport から継承したメソッド |
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.BodyTag から継承したメソッド |
|
| インタフェース javax.servlet.jsp.tagext.Tag から継承したメソッド |
getParent, setPageContext, setParent |
filter
private boolean filter
property
private java.lang.String property
originalProperty
private java.lang.String originalProperty
NestedWriteNestingTag
public NestedWriteNestingTag()
getProperty
public java.lang.String getProperty()
- Getter method for the property property
- 戻り値:
- String value of the property property
setProperty
public void setProperty(java.lang.String newProperty)
- Setter method for the property property
- パラメータ:
newProperty - new value for the property property
getFilter
public boolean getFilter()
- Getter method for the filter property
- 戻り値:
- String value of the filter property
setFilter
public void setFilter(boolean newFilter)
- Setter method for the filter property
- パラメータ:
newFilter - new value for the filter property
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Overriding method of the heart of the tag. Gets the relative property
and tells the JSP engine to evaluate its body content.
- 戻り値:
- int JSP continuation directive.
- 例外:
javax.servlet.jsp.JspException
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- 例外:
javax.servlet.jsp.JspException
release
public void release()
- JSP method to release all resources held by the tag.
このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2003 - Apache Software Foundation