public class ELOptionsTag extends OptionsTag
This class is a subclass of the class
org.apache.struts.taglib.html.OptionsTag
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.
collection, filter, labelName, labelProperty, messages, name, property
Constructor and Description |
---|
ELOptionsTag() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag()
Process the start tag.
|
String |
getCollectionExpr()
Getter method for "collection" tag attribute.
|
String |
getFilterExpr()
Getter method for "filter" tag attribute.
|
String |
getLabelNameExpr()
Getter method for "labelName" tag attribute.
|
String |
getLabelPropertyExpr()
Getter method for "labelProperty" tag attribute.
|
String |
getNameExpr()
Getter method for "name" tag attribute.
|
String |
getPropertyExpr()
Getter method for "property" tag attribute.
|
String |
getStyleClassExpr()
Getter method for "styleClass" tag attribute.
|
String |
getStyleExpr()
Getter method for "style" tag attribute.
|
void |
release()
Resets attribute values for tag reuse.
|
void |
setCollectionExpr(String collectionExpr)
Setter method for "collection" tag attribute.
|
void |
setFilterExpr(String filterExpr)
Setter method for "filter" tag attribute.
|
void |
setLabelNameExpr(String labelNameExpr)
Setter method for "labelName" tag attribute.
|
void |
setLabelPropertyExpr(String labelPropertyExpr)
Setter method for "labelProperty" tag attribute.
|
void |
setNameExpr(String nameExpr)
Setter method for "name" tag attribute.
|
void |
setPropertyExpr(String propertyExpr)
Setter method for "property" tag attribute.
|
void |
setStyleClassExpr(String styleClassExpr)
Setter method for "styleClass" tag attribute.
|
void |
setStyleExpr(String styleExpr)
Setter method for "style" tag attribute.
|
addOption, doEndTag, getCollection, getFilter, getIterator, getLabelName, getLabelProperty, getName, getProperty, getStyle, getStyleClass, setCollection, setFilter, setLabelName, setLabelProperty, setName, setProperty, setStyle, setStyleClass
public String getCollectionExpr()
public String getFilterExpr()
public String getLabelNameExpr()
public String getLabelPropertyExpr()
public String getNameExpr()
public String getPropertyExpr()
public String getStyleExpr()
public String getStyleClassExpr()
public void setCollectionExpr(String collectionExpr)
public void setFilterExpr(String filterExpr)
public void setLabelNameExpr(String labelNameExpr)
public void setLabelPropertyExpr(String labelPropertyExpr)
public void setNameExpr(String nameExpr)
public void setPropertyExpr(String propertyExpr)
public void setStyleExpr(String styleExpr)
public void setStyleClassExpr(String styleClassExpr)
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class OptionsTag
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class OptionsTag
javax.servlet.jsp.JspException
- if a JSP exception has occurredCopyright © 2000–2016 Apache Software Foundation. All rights reserved.