Class ParamTag

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

public class ParamTag extends BodyTagSupport
The <param> tag collects name-value parameters and passes them to a ParamAware ancestor in the tag hierarchy.

This tag must be nested under a param aware tag.

Attribute Summary
Attribute Required? Runtime Expression? Description
name true true The name of the parameter.
value false true The value of the parameter.
Since:
3.0
Author:
Scott Andrews, Nicholas Williams
See Also:
  • Constructor Details

    • ParamTag

      public ParamTag()
  • Method Details