public class ELOptionsCollectionTag extends OptionsCollectionTag
The collection may be an array of objects, a Collection, an Enumeration, an Iterator, or a Map.
NOTE - This tag requires a Java2 (JDK 1.2 or later) platform.
This class is a subclass of the class
org.apache.struts.taglib.html.OptionsCollectionTag
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 |
---|
ELOptionsCollectionTag() |
Modifier and Type | Method and Description |
---|---|
int |
doStartTag()
Process the start tag.
|
String |
getFilterExpr()
Getter method for "filter" tag attribute.
|
String |
getLabelExpr()
Getter method for "label" 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.
|
String |
getValueExpr()
Getter method for "value" tag attribute.
|
void |
release()
Resets attribute values for tag reuse.
|
void |
setFilterExpr(String filterExpr)
Setter method for "filter" tag attribute.
|
void |
setLabelExpr(String labelExpr)
Setter method for "label" 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.
|
void |
setValueExpr(String valueExpr)
Setter method for "value" tag attribute.
|
addOption, getFilter, getIterator, getLabel, getName, getProperty, getStyle, getStyleClass, getValue, setFilter, setLabel, setName, setProperty, setStyle, setStyleClass, setValue
public String getFilterExpr()
public String getLabelExpr()
public String getNameExpr()
public String getPropertyExpr()
public String getStyleExpr()
public String getStyleClassExpr()
public String getValueExpr()
public void setFilterExpr(String filterExpr)
public void setLabelExpr(String labelExpr)
public void setNameExpr(String nameExpr)
public void setPropertyExpr(String propertyExpr)
public void setStyleExpr(String styleExpr)
public void setStyleClassExpr(String styleClassExpr)
public void setValueExpr(String valueExpr)
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class OptionsCollectionTag
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class OptionsCollectionTag
javax.servlet.jsp.JspException
- if a JSP exception has occurredCopyright © 2000–2017 Apache Software Foundation. All rights reserved.