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.
|
java.lang.String |
getCollectionExpr()
Getter method for "collection" tag attribute.
|
java.lang.String |
getFilterExpr()
Getter method for "filter" tag attribute.
|
java.lang.String |
getLabelNameExpr()
Getter method for "labelName" tag attribute.
|
java.lang.String |
getLabelPropertyExpr()
Getter method for "labelProperty" tag attribute.
|
java.lang.String |
getNameExpr()
Getter method for "name" tag attribute.
|
java.lang.String |
getPropertyExpr()
Getter method for "property" tag attribute.
|
java.lang.String |
getStyleClassExpr()
Getter method for "styleClass" tag attribute.
|
java.lang.String |
getStyleExpr()
Getter method for "style" tag attribute.
|
void |
release()
Resets attribute values for tag reuse.
|
void |
setCollectionExpr(java.lang.String collectionExpr)
Setter method for "collection" tag attribute.
|
void |
setFilterExpr(java.lang.String filterExpr)
Setter method for "filter" tag attribute.
|
void |
setLabelNameExpr(java.lang.String labelNameExpr)
Setter method for "labelName" tag attribute.
|
void |
setLabelPropertyExpr(java.lang.String labelPropertyExpr)
Setter method for "labelProperty" tag attribute.
|
void |
setNameExpr(java.lang.String nameExpr)
Setter method for "name" tag attribute.
|
void |
setPropertyExpr(java.lang.String propertyExpr)
Setter method for "property" tag attribute.
|
void |
setStyleClassExpr(java.lang.String styleClassExpr)
Setter method for "styleClass" tag attribute.
|
void |
setStyleExpr(java.lang.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, setStyleClasspublic java.lang.String getCollectionExpr()
public java.lang.String getFilterExpr()
public java.lang.String getLabelNameExpr()
public java.lang.String getLabelPropertyExpr()
public java.lang.String getNameExpr()
public java.lang.String getPropertyExpr()
public java.lang.String getStyleExpr()
public java.lang.String getStyleClassExpr()
public void setCollectionExpr(java.lang.String collectionExpr)
public void setFilterExpr(java.lang.String filterExpr)
public void setLabelNameExpr(java.lang.String labelNameExpr)
public void setLabelPropertyExpr(java.lang.String labelPropertyExpr)
public void setNameExpr(java.lang.String nameExpr)
public void setPropertyExpr(java.lang.String propertyExpr)
public void setStyleExpr(java.lang.String styleExpr)
public void setStyleClassExpr(java.lang.String styleClassExpr)
public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class OptionsTagpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class OptionsTagjavax.servlet.jsp.JspException - if a JSP exception has occurredCopyright © 2000–2025 Apache Software Foundation. All rights reserved.