Class RemoveParamTag

java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.day.cq.wcm.tags.RemoveParamTag
All Implemented Interfaces:
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: