|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Param.UnnamedParametric
Tags can implement this to support nested param tags without the name attribute.
TheTextTag
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 |
---|
void addParameter(Object value)
value
- the value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |