com.opensymphony.webwork.components
Interface Param.UnnamedParametric
- All Known Implementing Classes:
- AppendIterator, FieldError, MergeIterator, Text
- Enclosing class:
- Param
public static interface Param.UnnamedParametric
Tags can implement this to support nested param tags without the name attribute.
The TextTag uses this approach. For unnamed parameters an example is given in the class
javadoc for ParamTag.
|
Method Summary |
void |
addParameter(Object value)
Adds the given value as a parameter to the outer tag. |
addParameter
void addParameter(Object value)
- Adds the given value as a parameter to the outer tag.
- Parameters:
value - the value
|