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

    Modifier and Type
    Method
    Description
    void
    Adds the given value as a parameter to the outer tag.
  • Method Details

    • addParameter

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