public class AddParamTag extends TagSupport
AddParamTag may be used inside a RequestURLTag to add
a parameter to the URL.EVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
AddParamTag() |
| 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