org.apache.struts2.components
接口 Param.UnnamedParametric
- 所有已知实现类:
- AppendIterator, FieldError, MergeIterator, Text
- 包容类:
- 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
.
方法摘要 |
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.
- 参数:
value
- the value