org.apache.struts.taglib.html
クラス ResetTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--javax.servlet.jsp.tagext.BodyTagSupport
              |
              +--org.apache.struts.taglib.html.BaseHandlerTag
                    |
                    +--org.apache.struts.taglib.html.ResetTag
すべての実装インタフェース:
javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class ResetTag
extends BaseHandlerTag

Tag for input fields of type "reset".

バージョン:
$Revision: 1.3 $ $Date: 2001/04/18 01:31:15 $
作成者:
Craig R. McClanahan
関連項目:
直列化された形式

フィールドの概要
protected static MessageResources messages
          The message resources for this package.
protected  java.lang.String name
          The name of the generated input field.
protected  java.lang.String text
          The body content of this tag (if any).
protected  java.lang.String value
          The value of the button label.
 
クラス org.apache.struts.taglib.html.BaseHandlerTag から継承したフィールド
accesskey, tabindex
 
クラス 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
 
コンストラクタの概要
ResetTag()
           
 
メソッドの概要
 int doAfterBody()
          Save the associated label from the body content.
 int doEndTag()
          Process the end of this tag.
 int doStartTag()
          Process the start of this tag.
 java.lang.String getName()
          Return the field name.
 java.lang.String getValue()
          Return the label value.
 void release()
          Release any acquired resources.
 void setName(java.lang.String name)
          Set the field name.
 void setValue(java.lang.String value)
          Set the label value.
 
クラス org.apache.struts.taglib.html.BaseHandlerTag から継承したメソッド
getAccesskey, getDisabled, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getReadonly, getStyle, getStyleClass, getStyleId, getTabindex, getTitle, prepareEventHandlers, prepareStyles, setAccesskey, setDisabled, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setStyle, setStyleClass, setStyleId, setTabindex, setTitle
 
クラス javax.servlet.jsp.tagext.BodyTagSupport から継承したメソッド
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.Tag から継承したメソッド
getParent, setPageContext, setParent
 

フィールドの詳細

messages

protected static MessageResources messages
The message resources for this package.


name

protected java.lang.String name
The name of the generated input field.


text

protected java.lang.String text
The body content of this tag (if any).


value

protected java.lang.String value
The value of the button label.

コンストラクタの詳細

ResetTag

public ResetTag()
メソッドの詳細

getName

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


setName

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

パラメータ:
name - The field name

getValue

public java.lang.String getValue()
Return the label value.


setValue

public void setValue(java.lang.String value)
Set the label value.

パラメータ:
value - The label value

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Process the start of this tag.

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

doAfterBody

public int doAfterBody()
                throws javax.servlet.jsp.JspException
Save the associated label from the body content.

定義:
インタフェース javax.servlet.jsp.tagext.IterationTag 内の doAfterBody
オーバーライド:
クラス javax.servlet.jsp.tagext.BodyTagSupport 内の doAfterBody
例外:
javax.servlet.jsp.JspException - if a JSP exception has occurred

doEndTag

public int doEndTag()
             throws javax.servlet.jsp.JspException
Process the end of this tag.

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

release

public void release()
Release any acquired resources.

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


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