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

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagSupport
        |
        +--javax.servlet.jsp.tagext.BodyTagSupport
              |
              +--jp.morpho.webapp.servlet.jsp.tagext.BaseTag
                    |
                    +--jp.morpho.webapp.servlet.jsp.tagext.html.ControlTagSupport
                          |
                          +--jp.morpho.webapp.servlet.jsp.tagext.html.InputTag
                                |
                                +--jp.morpho.webapp.servlet.jsp.tagext.html.TextTag
すべての実装インタフェース:
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 TextTag
extends InputTag

1 行だけのテキスト入力コントロールを作成します。

作成者:
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
 
コンストラクタの概要
TextTag()
           TextTag を作成します。
 
メソッドの概要
 int doStartTag()
           開始タグの処理です。
 java.lang.String getTagType()
           このタグのタイプを返します。
 
クラス 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 から継承したメソッド
getDir, getLang, getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getStyle, getStyleClass, getStyleId, getTitle, setDir, setLang, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setStyle, setStyleClass, setStyleId, setTitle
 
クラス jp.morpho.webapp.servlet.jsp.tagext.BaseTag から継承したメソッド
doAfterBody, doEndTag, getActionMappingManager, getAttributeMap, getFrameworkContext, getTagManager, isBodyExists
 
クラス 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
 

コンストラクタの詳細

TextTag

public TextTag()

TextTag を作成します。

メソッドの詳細

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()