java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
org.apache.struts.taglib.html.OptionsCollectionTag
All Implemented Interfaces:
IterationTag, Serializable
Direct Known Subclasses:
ELOptionsCollectionTag
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.
$ - Rev: 56513 $ $Date: 2004-11-03 19:20:47 +0000 (Wed, 03 Nov 2004) $Struts - 1.1| Field Summary | ||
|---|---|---|
| protected static MessageResources | messages | The message resources for this package. |
| protected boolean | filter | Should the label values be filtered for HTML sensitive characters? |
| protected String | label | The name of the bean property containing the label. |
| protected String | name | The name of the bean containing the values collection. |
| protected String | property | The name of the property to use to build the values collection. |
| protected String | value | The name of the bean property containing the value. |
| Method from org.apache.struts.taglib.html.OptionsCollectionTag Summary: |
|---|
| addOption, doStartTag, getFilter, getIterator, getLabel, getName, getProperty, getStyle, getStyleClass, getValue, release, setFilter, setLabel, setName, setProperty, setStyle, setStyleClass, setValue |
| Methods from javax.servlet.jsp.tagext.TagSupport: |
|---|
| doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.struts.taglib.html.OptionsCollectionTag Detail: |
|---|
Note that this tag specifically does not support the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|