Class ArgumentTag

All Implemented Interfaces:
BodyTag, IterationTag, JspTag, Tag, Serializable

public class ArgumentTag extends BodyTagSupport
The <argument> tag is based on the JSTL fmt:param tag. The purpose is to support arguments inside the message and theme tags.

This tag must be nested under an argument aware tag.

Attribute Summary
Attribute Required? Runtime Expression? Description
value false true The value of the argument.
Since:
4.0
Author:
Nicholas Williams
See Also:
  • Constructor Details

    • ArgumentTag

      public ArgumentTag()
  • Method Details