Class ParamTag

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

public class ParamTag extends ParamSupport

A handler for <param> that accepts message arguments as Strings and evaluates them as expressions at runtime.

Author:
Jan Luehe
See Also:
  • Constructor Details

    • ParamTag

      public ParamTag()
      Constructs a new ParamTag. As with TagSupport, subclasses should not provide other constructors and are expected to call the superclass constructor
  • Method Details