Class RemoveParamTag

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

    public class RemoveParamTag
    extends TagSupport
    RemoveParamTag removes a parameter value from the request URL. If no value is given to the tag, then all parameters with the given name are removed, otherwise only the given value.
    See Also:
    Serialized Form
    • Constructor Detail

      • RemoveParamTag

        public RemoveParamTag()