Package org.apache.struts2.components
Interface Param.UnnamedParametric
- All Known Implementing Classes:
AppendIterator
,FieldError
,MergeIterator
,Text
- Enclosing class:
- Param
public static interface Param.UnnamedParametric
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addParameter
(Object value) Adds the given value as a parameter to the outer tag.
-
Method Details
-
addParameter
Adds the given value as a parameter to the outer tag.- Parameters:
value
- the value
-