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

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.AttrsSupportTag
                  拡張jp.morpho.webapp.servlet.jsp.tagext.html.RowGroupsTag
                      拡張jp.morpho.webapp.servlet.jsp.tagext.html.TBodyTag
すべての実装インタフェース:
Attrs, javax.servlet.jsp.tagext.BodyTag, CoreAttrs, Events, I18n, javax.servlet.jsp.tagext.IterationTag, ListTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public abstract class TBodyTag
extends RowGroupsTag
implements ListTag

HTML の TBODY を実装したタグハンドラです。

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

フィールドの概要
 
クラス 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
 
コンストラクタの概要
TBodyTag()
           TBodyTag を作成します。
 
メソッドの概要
 int doAfterBody()
           リストの要素の数だけタグ本体を評価します。
 int doStartTag()
           開始タグの処理です。
 java.lang.String getName()
           name 属性を返します。
 java.util.Map getRowMap()
           現在行の列の値を関連付けたマップを返します。
 java.lang.String getScope()
           scope 属性を返します。
 void setName(java.lang.String name)
           name 属性を設定します。
 void setScope(java.lang.String scope)
           scope 属性を設定します。
 
クラス jp.morpho.webapp.servlet.jsp.tagext.html.RowGroupsTag から継承したメソッド
doEndTag, getAlign, getBgcolor, getChar, getCharoff, getValign, setAlign, setBgcolor, setChar, setCharoff, setValign
 
クラス jp.morpho.webapp.servlet.jsp.tagext.html.AttrsSupportTag から継承したメソッド
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 から継承したメソッド
getActionMappingManager, getAttributeMap, getFrameworkContext, getMessageResourceManager, 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
 
インタフェース javax.servlet.jsp.tagext.Tag から継承したメソッド
getParent, setPageContext, setParent
 

コンストラクタの詳細

TBodyTag

public TBodyTag()

TBodyTag を作成します。

メソッドの詳細

getName

public java.lang.String getName()

name 属性を返します。

戻り値:
name 属性

setName

public void setName(java.lang.String name)

name 属性を設定します。

パラメータ:
name - name 属性

getScope

public java.lang.String getScope()

scope 属性を返します。

戻り値:
scope 属性

setScope

public void setScope(java.lang.String scope)

scope 属性を設定します。

パラメータ:
scope - scope 属性

getRowMap

public java.util.Map getRowMap()

現在行の列の値を関連付けたマップを返します。

定義:
インタフェース ListTag 内の getRowMap
戻り値:
現在行の列の値を関連付けたマップ

doStartTag

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

開始タグの処理です。

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

doAfterBody

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

リストの要素の数だけタグ本体を評価します。

定義:
インタフェース javax.servlet.jsp.tagext.IterationTag 内の doAfterBody
オーバーライド:
クラス BaseTag 内の doAfterBody
戻り値:
SKIP_BODY
例外:
javax.servlet.jsp.JspException
関連項目:
IterationTag.doAfterBody()