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 SummaryModifier and TypeMethodDescriptionvoidaddParameter(Object value) Adds the given value as a parameter to the outer tag.
- 
Method Details- 
addParameterAdds the given value as a parameter to the outer tag.- Parameters:
- value- the value
 
 
-