public class ELOptionTag extends OptionTag
This class is a subclass of the
class org.apache.struts.taglib.html.OptionTag
which provides
most of the described functionality. This subclass allows all attribute
values to be specified as expressions utilizing the JavaServer Pages
Standard Library expression language.
Constructor and Description |
---|
ELOptionTag() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag()
Process the start tag.
|
String |
getBundleExpr()
Getter method for "bundle" tag attribute.
|
String |
getDirExpr()
Getter method for "dir" tag attribute.
|
String |
getDisabledExpr()
Getter method for "disabled" tag attribute.
|
String |
getFilterExpr()
Getter method for "filter" tag attribute.
|
String |
getKeyExpr()
Getter method for "key" tag attribute.
|
String |
getLangExpr()
Getter method for "lang" tag attribute.
|
String |
getLocaleExpr()
Getter method for "locale" tag attribute.
|
String |
getStyleClassExpr()
Getter method for "styleClass" tag attribute.
|
String |
getStyleExpr()
Getter method for "style" tag attribute.
|
String |
getStyleIdExpr()
Getter method for "styleId" tag attribute.
|
String |
getValueExpr()
Getter method for "value" tag attribute.
|
void |
release()
Resets attribute values for tag reuse.
|
void |
setBundleExpr(String bundleExpr)
Setter method for "bundle" tag attribute.
|
void |
setDirExpr(String dirExpr)
Setter method for "dir" tag attribute.
|
void |
setDisabledExpr(String disabledExpr)
Setter method for "disabled" tag attribute.
|
void |
setFilterExpr(String filterExpr)
Setter method for "filter" tag attribute.
|
void |
setKeyExpr(String keyExpr)
Setter method for "key" tag attribute.
|
void |
setLangExpr(String langExpr)
Setter method for "lang" tag attribute.
|
void |
setLocaleExpr(String localeExpr)
Setter method for "locale" tag attribute.
|
void |
setStyleClassExpr(String styleClassExpr)
Setter method for "styleClass" tag attribute.
|
void |
setStyleExpr(String styleExpr)
Setter method for "style" tag attribute.
|
void |
setStyleIdExpr(String styleIdExpr)
Setter method for "styleId" tag attribute.
|
void |
setValueExpr(String valueExpr)
Setter method for "value" tag attribute.
|
doAfterBody, doEndTag, getBundle, getDir, getDisabled, getFilter, getKey, getLang, getLocale, getStyle, getStyleClass, getStyleId, getValue, renderOptionElement, setBundle, setDir, setDisabled, setFilter, setKey, setLang, setLocale, setStyle, setStyleClass, setStyleId, setValue, text
doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public String getBundleExpr()
public String getDirExpr()
public String getDisabledExpr()
public String getFilterExpr()
public String getLangExpr()
public String getKeyExpr()
public String getLocaleExpr()
public String getStyleExpr()
public String getStyleClassExpr()
public String getStyleIdExpr()
public String getValueExpr()
public void setBundleExpr(String bundleExpr)
public void setDirExpr(String dirExpr)
public void setDisabledExpr(String disabledExpr)
public void setFilterExpr(String filterExpr)
public void setKeyExpr(String keyExpr)
public void setLangExpr(String langExpr)
public void setLocaleExpr(String localeExpr)
public void setStyleExpr(String styleExpr)
public void setStyleClassExpr(String styleClassExpr)
public void setStyleIdExpr(String styleIdExpr)
public void setValueExpr(String valueExpr)
public void release()
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class OptionTag
javax.servlet.jsp.JspException
- if a JSP exception has occurredCopyright © 2000–2017 Apache Software Foundation. All rights reserved.