java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.taglibs.standard.tag.common.core.RemoveTag
All Implemented Interfaces:
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:
  • Constructor Details

    • 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 Details