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.| Constructor and Description |
|---|
RemoveParamTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
java.lang.String |
getName() |
java.lang.String |
getValue() |
void |
release()
Do some clean up.
|
void |
setName(java.lang.String name) |
void |
setValue(java.lang.String value) |
public final int doEndTag()
throws JspException
JspExceptionpublic void release()
public java.lang.String getName()
public void setName(java.lang.String name)
throws ELException
ELExceptionpublic java.lang.String getValue()
public void setValue(java.lang.String value)
throws ELException
ELException"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"