|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.struts.taglib.html.OptionTag
Tag for select options. The body of this tag is presented to the user in the option list, while the value attribute is the value returned to the server if this option is selected.
| フィールドの概要 | |
protected java.lang.String |
bundle
The name of the servlet context attribute containing our message resources. |
protected static java.util.Locale |
defaultLocale
推奨されていません。 Use Locale.getDefault() directly. |
protected boolean |
disabled
Is this option disabled? |
protected java.lang.String |
key
The key used to look up the text displayed to the user for this option, if any. |
protected java.lang.String |
locale
The name of the attribute containing the Locale to be used for looking up internationalized messages. |
protected static MessageResources |
messages
The message resources for this package. |
private java.lang.String |
style
The style associated with this tag. |
private java.lang.String |
styleClass
The named style class associated with this tag. |
protected java.lang.String |
styleId
The identifier associated with this tag. |
protected java.lang.String |
text
The message text to be displayed to the user for this tag (if any) |
protected java.lang.String |
value
The server value for this option, also used to match against the current property value to determine whether this option should be marked as selected. |
| クラス 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 |
| コンストラクタの概要 | |
OptionTag()
|
|
| メソッドの概要 | |
int |
doAfterBody()
Process the body text of this tag (if any). |
int |
doEndTag()
Process the end of this tag. |
int |
doStartTag()
Process the start of this tag. |
java.lang.String |
getBundle()
|
boolean |
getDisabled()
|
java.lang.String |
getKey()
|
java.lang.String |
getLocale()
|
java.lang.String |
getStyle()
|
java.lang.String |
getStyleClass()
|
java.lang.String |
getStyleId()
Return the style identifier for this tag. |
java.lang.String |
getValue()
|
void |
release()
Release any acquired resources. |
protected java.lang.String |
renderOptionElement()
Generate an HTML %lt;option> element. |
private SelectTag |
selectTag()
Acquire the select tag we are associated with. |
void |
setBundle(java.lang.String bundle)
|
void |
setDisabled(boolean disabled)
|
void |
setKey(java.lang.String key)
|
void |
setLocale(java.lang.String locale)
|
void |
setStyle(java.lang.String style)
|
void |
setStyleClass(java.lang.String styleClass)
|
void |
setStyleId(java.lang.String styleId)
Set the style identifier for this tag. |
void |
setValue(java.lang.String value)
|
protected java.lang.String |
text()
Return the text to be displayed to the user for this option (if any). |
| クラス javax.servlet.jsp.tagext.BodyTagSupport から継承したメソッド |
doInitBody, getBodyContent, getPreviousOut, 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.BodyTag から継承したメソッド |
|
| インタフェース javax.servlet.jsp.tagext.Tag から継承したメソッド |
getParent, setPageContext, setParent |
| フィールドの詳細 |
protected static final java.util.Locale defaultLocale
protected static MessageResources messages
protected java.lang.String text
protected java.lang.String bundle
protected boolean disabled
protected java.lang.String key
protected java.lang.String locale
private java.lang.String style
private java.lang.String styleClass
protected java.lang.String styleId
protected java.lang.String value
| コンストラクタの詳細 |
public OptionTag()
| メソッドの詳細 |
public java.lang.String getBundle()
public void setBundle(java.lang.String bundle)
public boolean getDisabled()
public void setDisabled(boolean disabled)
public java.lang.String getKey()
public void setKey(java.lang.String key)
public java.lang.String getLocale()
public void setLocale(java.lang.String locale)
public java.lang.String getStyle()
public void setStyle(java.lang.String style)
public java.lang.String getStyleClass()
public void setStyleClass(java.lang.String styleClass)
public java.lang.String getStyleId()
public void setStyleId(java.lang.String styleId)
styleId - The new style identifierpublic java.lang.String getValue()
public void setValue(java.lang.String value)
public int doStartTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException - if a JSP exception has occurred
public int doAfterBody()
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 occurred
protected java.lang.String renderOptionElement()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
private SelectTag selectTag()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspExceptionpublic void release()
protected java.lang.String text()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException - if an error occurs
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||