jp.morpho.webapp.servlet.jsp.tagext.html
クラス ActionButtonTag

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--javax.servlet.jsp.tagext.BodyTagSupport
              |
              +--jp.morpho.webapp.servlet.jsp.tagext.html.ControlTagSupport
                    |
                    +--jp.morpho.webapp.servlet.jsp.tagext.html.InputTag
                          |
                          +--jp.morpho.webapp.servlet.jsp.tagext.html.ActionButtonTag
すべての実装インタフェース:
Attrs, javax.servlet.jsp.tagext.BodyTag, CoreAttrs, Events, I18n, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag, TagTemplate

public class ActionButtonTag
extends InputTag

押しボタンを作成します。 ActionButtonTag には、要求を処理するアクションとステータスを設定するための action 属性と status 属性があります。 ActionButtonTag は、アクションとステータスをフォームに設定するためのスクリプトを作成し、onclick 属性に設定します。

作成者:
Kumiko Hiroi
関連項目:
直列化された形式

フィールドの概要
 
クラス 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
 
コンストラクタの概要
ActionButtonTag()
           ActionButtonTag を作成します。
 
メソッドの概要
 int doStartTag()
           開始タグの処理です。
 java.lang.String getAction()
           action 属性を返します。
 java.lang.String getForm()
           form 属性を返します。
 java.lang.String getStatus()
           status 属性を返します。
 java.lang.String getTagType()
           このタグのタイプを返します。
 void setAction(java.lang.String action)
           action 属性を設定します。
 void setForm(java.lang.String form)
           form 属性を設定します。
 void setStatus(java.lang.String status)
           status 属性を設定します。
 
クラス jp.morpho.webapp.servlet.jsp.tagext.html.InputTag から継承したメソッド
getAccept, getAccesskey, getAlt, getChecked, getDisabled, getIsmap, getMaxlength, getName, getOnblur, getOnchange, getOnfocus, getOnselect, getReadonly, getSize, getSrc, getTabindex, getTemplate, getType, getUsemap, getValue, setAccept, setAccesskey, setAlt, setChecked, setCheckedByFormData, setDisabled, setIsmap, setMaxlength, setName, setOnblur, setOnchange, setOnfocus, setOnselect, setReadonly, setSize, setSrc, setTabindex, setTemplate, setType, setUsemap, setValue, setValueByFormData
 
クラス jp.morpho.webapp.servlet.jsp.tagext.html.ControlTagSupport から継承したメソッド
doAfterBody, doEndTag, getActionMappingManager, getAttributeMap, getDir, getFrameworkContext, getLang, getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getStyle, getStyleClass, getStyleId, getTagManager, getTitle, isBodyExists, setDir, setLang, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setStyle, setStyleClass, setStyleId, setTitle
 
クラス javax.servlet.jsp.tagext.BodyTagSupport から継承したメソッド
doInitBody, getBodyContent, getPreviousOut, release, 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
 
インタフェース jp.morpho.webapp.servlet.jsp.tagext.TagTemplate から継承したメソッド
getAttributeMap
 
インタフェース javax.servlet.jsp.tagext.Tag から継承したメソッド
getParent, setPageContext, setParent
 

コンストラクタの詳細

ActionButtonTag

public ActionButtonTag()

ActionButtonTag を作成します。

メソッドの詳細

getAction

public java.lang.String getAction()

action 属性を返します。

戻り値:
action 属性

getForm

public java.lang.String getForm()

form 属性を返します。

戻り値:
form 属性

getStatus

public java.lang.String getStatus()

status 属性を返します。

戻り値:
status 属性

setAction

public void setAction(java.lang.String action)

action 属性を設定します。

パラメータ:
action - action 属性

setForm

public void setForm(java.lang.String form)

form 属性を設定します。

パラメータ:
form - form 属性

setStatus

public void setStatus(java.lang.String status)

status 属性を設定します。

パラメータ:
status - status 属性

getTagType

public java.lang.String getTagType()

このタグのタイプを返します。

定義:
インタフェース TagTemplate 内の getTagType
定義:
クラス InputTag 内の getTagType
戻り値:
このタグのタイプ
関連項目:
TagTemplate.getTagType()

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException

開始タグの処理です。

定義:
インタフェース javax.servlet.jsp.tagext.Tag 内の doStartTag
オーバーライド:
クラス InputTag 内の doStartTag
戻り値:
EVAL_BODY_BUFFERED
javax.servlet.jsp.JspException
関連項目:
Tag.doStartTag()


tabindex 属性を返します。

戻り値:
tabindex 属性

getTemplate

public java.lang.String getTemplate()

template 属性を返します。

戻り値:
template 属性

setAccessk