org.apache.struts2.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.
 

Method Detail

addParameter

void addParameter(Object value)
Adds the given value as a parameter to the outer tag.

Parameters:
value - the value


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.