Class RemoveTag

  • All Implemented Interfaces:
    java.io.Serializable, IterationTag, JspTag, Tag

    public class RemoveTag
    extends TagSupport

    A handler for the <remove> tag, which removes the variable identified by 'var' (and 'scope', if present).

    See Also:
    Serialized Form
    • Constructor Detail

      • RemoveTag

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

      • setVar

        public void setVar​(java.lang.String var)
      • setScope

        public void setScope​(java.lang.String scope)