Class ParamSupport

All Implemented Interfaces:
BodyTag, IterationTag, JspTag, Tag, Serializable
Direct Known Subclasses:
ParamTag, ParamTag

public abstract class ParamSupport extends BodyTagSupport

Support for tag handlers for <param>, the URL parameter subtag for <import> in JSTL 1.0.

Author:
Shawn Bayern
See Also:
  • Field Details

    • name

      protected String name
    • value

      protected String value
    • encode

      protected boolean encode
      There used to be an 'encode' attribute; I've left this as a vestige in case custom subclasses want to use our functionality but NOT encode parameters.
  • Constructor Details

    • ParamSupport

      public ParamSupport()
  • Method Details