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.EVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
RemoveParamTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag()
Default processing of the end tag returning EVAL_PAGE.
|
String |
getName() |
String |
getValue() |
void |
release()
Do some clean up.
|
void |
setName(String name) |
void |
setValue(String value) |
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic final int doEndTag()
throws JspException
TagSupportdoEndTag in interface TagdoEndTag in class TagSupportJspException - if an error occurs while processing this tagTag.doEndTag()public void release()
release in interface Tagrelease in class TagSupportTag.release()public String getName()
public void setName(String name) throws ELException
ELExceptionpublic String getValue()
public void setValue(String value) throws ELException
ELExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved