|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.apache.struts.taglib.html.HtmlTag
Renders an HTML element with appropriate language attributes if there is a current Locale available in the user's session.
| フィールドの概要 | |
protected boolean |
locale
Should we set the current Locale for this user if needed? |
protected static MessageResources |
messages
The message resources for this package. |
protected boolean |
xhtml
Are we rendering an xhtml page? |
| クラス javax.servlet.jsp.tagext.TagSupport から継承したフィールド |
id, pageContext |
| インタフェース javax.servlet.jsp.tagext.IterationTag から継承したフィールド |
EVAL_BODY_AGAIN |
| インタフェース javax.servlet.jsp.tagext.Tag から継承したフィールド |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| コンストラクタの概要 | |
HtmlTag()
|
|
| メソッドの概要 | |
protected java.util.Locale |
currentLocale()
Return the current Locale for this request, creating a new one if necessary. |
int |
doEndTag()
Process the end of this tag. |
int |
doStartTag()
Process the start of this tag. |
boolean |
getLocale()
|
boolean |
getXhtml()
|
void |
release()
Release any acquired resources. |
void |
setLocale(boolean locale)
|
void |
setXhtml(boolean xhtml)
|
| クラス javax.servlet.jsp.tagext.TagSupport から継承したメソッド |
doAfterBody, 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.IterationTag から継承したメソッド |
|
| フィールドの詳細 |
protected static MessageResources messages
protected boolean locale
protected boolean xhtml
| コンストラクタの詳細 |
public HtmlTag()
| メソッドの詳細 |
public boolean getLocale()
public void setLocale(boolean locale)
public boolean getXhtml()
public void setXhtml(boolean xhtml)
public int doStartTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException - if a JSP exception has occurred
public int doEndTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException - if a JSP exception has occurredpublic void release()
protected java.util.Locale currentLocale()
null.
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||