org.apache.struts.taglib.nested.html
クラス NestedFormTag

java.lang.Object
  拡張javax.servlet.jsp.tagext.TagSupport
      拡張org.apache.struts.taglib.html.FormTag
          拡張org.apache.struts.taglib.nested.html.NestedFormTag
すべての実装インタフェース:
javax.servlet.jsp.tagext.IterationTag, NestedNameSupport, NestedPropertySupport, NestedTagSupport, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class NestedFormTag
extends FormTag
implements NestedNameSupport

NestedFormTag.

導入されたバージョン:
Struts 1.1
バージョン:
$Revision: 1.1 $ $Date: 2004/10/20 03:26:42 $
関連項目:
直列化された形式

フィールドの概要
protected  java.lang.String name
          The name
private  java.lang.String originalNesting
           
private  java.lang.String originalNestingName
           
 
クラス org.apache.struts.taglib.html.FormTag から継承したフィールド
acceptCharset, action, beanName, beanScope, beanType, enctype, focus, focusIndex, lineEnd, mapping, messages, method, moduleConfig, onreset, onsubmit, scriptLanguage, servlet, style, styleClass, styleId, target
 
クラス 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
 
コンストラクタの概要
NestedFormTag()
           
 
メソッドの概要
 int doEndTag()
          This is only overriden to clean up the include reference
 int doStartTag()
          Overriding to allow the chance to set the details of the system, so that dynamic includes can be possible
 java.lang.String getName()
          Return the name.
 java.lang.String getProperty()
          Get the string value of the "property" property.
 void release()
          Release the tag's resources and reset the values.
 void setName(java.lang.String name)
          Set the name.
 void setProperty(java.lang.String newProperty)
          Setter for the "property" property
 
クラス org.apache.struts.taglib.html.FormTag から継承したメソッド
getAcceptCharset, getAction, getBeanName, getEnctype, getFocus, getFocusIndex, getMethod, getOnreset, getOnsubmit, getScriptLanguage, getStyle, getStyleClass, getStyleId, getTarget, initFormBean, lookup, renderAction, renderAttribute, renderFocusJavascript, renderFormStartElement, renderName, renderOtherAttributes, renderToken, setAcceptCharset, setAction, setEnctype, setFocus, setFocusIndex, setMethod, setOnreset, setOnsubmit, setScriptLanguage, setStyle, setStyleClass, setStyleId, setTarget
 
クラス 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 から継承したメソッド
 

フィールドの詳細

name

protected java.lang.String name
The name


originalNesting

private java.lang.String originalNesting

originalNestingName

private java.lang.String originalNestingName
コンストラクタの詳細

NestedFormTag

public NestedFormTag()
メソッドの詳細

getName

public java.lang.String getName()
Return the name.

定義:
インタフェース NestedNameSupport 内の getName
戻り値:
String value of the tags' name property

setName

public void setName(java.lang.String name)
Set the name.

定義:
インタフェース NestedNameSupport 内の setName
パラメータ:
name - The new name

getProperty

public java.lang.String getProperty()
Get the string value of the "property" property.

定義:
インタフェース NestedPropertySupport 内の getProperty
戻り値:
the property property

setProperty

public void setProperty(java.lang.String newProperty)
Setter for the "property" property

定義:
インタフェース NestedPropertySupport 内の setProperty
パラメータ:
newProperty - new value for the property

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Overriding to allow the chance to set the details of the system, so that dynamic includes can be possible

定義:
インタフェース javax.servlet.jsp.tagext.Tag 内の doStartTag
オーバーライド:
クラス FormTag 内の doStartTag
戻り値:
int JSP continuation directive.
例外:
javax.servlet.jsp.JspException - if a JSP exception has occurred

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
This is only overriden to clean up the include reference

定義:
インタフェース javax.servlet.jsp.tagext.Tag 内の doEndTag
オーバーライド:
クラス FormTag 内の doEndTag
戻り値:
int JSP continuation directive.
例外:
javax.servlet.jsp.JspException - if a JSP exception has occurred

release

public void release()
Release the tag's resources and reset the values.

定義:
インタフェース javax.servlet.jsp.tagext.Tag 内の release
オーバーライド:
クラス FormTag 内の release


このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2004 - Apache Software Foundation