|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjavax.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
HTML の TBODY を実装したタグハンドラです。
フィールドの概要 |
クラス 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 |
コンストラクタの詳細 |
public TBodyTag()
TBodyTag を作成します。
メソッドの詳細 |
public java.lang.String getName()
name 属性を返します。
public void setName(java.lang.String name)
name 属性を設定します。
name
- name 属性public java.lang.String getScope()
scope 属性を返します。
public void setScope(java.lang.String scope)
scope 属性を設定します。
scope
- scope 属性public java.util.Map getRowMap()
現在行の列の値を関連付けたマップを返します。
ListTag
内の getRowMap
public int doStartTag() throws javax.servlet.jsp.JspException
開始タグの処理です。
javax.servlet.jsp.tagext.Tag
内の doStartTag
RowGroupsTag
内の doStartTag
javax.servlet.jsp.JspException
Tag.doStartTag()
public int doAfterBody() throws javax.servlet.jsp.JspException
リストの要素の数だけタグ本体を評価します。
javax.servlet.jsp.tagext.IterationTag
内の doAfterBody
BaseTag
内の doAfterBody
javax.servlet.jsp.JspException
IterationTag.doAfterBody()
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |