org.apache.struts.taglib.nested.html
クラス NestedOptionsCollectionTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.struts.taglib.html.OptionsCollectionTag
org.apache.struts.taglib.nested.html.NestedOptionsCollectionTag
- すべての実装インタフェース:
- javax.servlet.jsp.tagext.IterationTag, NestedNameSupport, NestedPropertySupport, NestedTagSupport, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class NestedOptionsCollectionTag
- extends OptionsCollectionTag
- implements NestedNameSupport
NestedOptionsCollectionTag.
- 導入されたバージョン:
- Struts 1.1
- バージョン:
- $Revision: 1.1 $
- 関連項目:
- 直列化された形式
| クラス 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 |
|
メソッドの概要 |
int |
doEndTag()
Complete the processing of the tag. |
int |
doStartTag()
Overriding method of the heart of the matter. |
void |
release()
Release the tag's resources and reset the values. |
| クラス org.apache.struts.taglib.html.OptionsCollectionTag から継承したメソッド |
addOption, getFilter, getIterator, getLabel, getName, getProperty, getStyle, getStyleClass, getValue, setFilter, setLabel, setName, setProperty, setStyle, setStyleClass, setValue |
| クラス 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 から継承したメソッド |
|
originalName
private java.lang.String originalName
originalProperty
private java.lang.String originalProperty
NestedOptionsCollectionTag
public NestedOptionsCollectionTag()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Overriding method of the heart of the matter. Gets the relative property
and leaves the rest up to the original tag implementation. Sweet.
- 定義:
- インタフェース
javax.servlet.jsp.tagext.Tag 内の doStartTag - オーバーライド:
- クラス
OptionsCollectionTag 内の doStartTag
- 戻り値:
- int JSP continuation directive.
This is in the hands of the super class.
- 例外:
javax.servlet.jsp.JspException - if a JSP exception has occurred
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Complete the processing of the tag. The nested tags here will restore
all the original value for the tag itself and the nesting context.
- 定義:
- インタフェース
javax.servlet.jsp.tagext.Tag 内の doEndTag
- 戻り値:
- int to describe the next step for the JSP processor
- 例外:
javax.servlet.jsp.JspException - for the bad things JSP's do
release
public void release()
- Release the tag's resources and reset the values.
- 定義:
- インタフェース
javax.servlet.jsp.tagext.Tag 内の release - オーバーライド:
- クラス
OptionsCollectionTag 内の release
このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2004 - Apache Software Foundation