public class CoreRedirectTag extends TagSupport implements NameValueTag
id, pageContextEVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
CoreRedirectTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParam(java.lang.String name,
java.lang.String value)
Adds a parameter.
|
int |
doEndTag()
Processed at the end of the tag.
|
int |
doStartTag()
Processed at the beginning of the tag.
|
void |
setContext(java.lang.String context)
Sets the external context for the import.
|
void |
setURL(java.lang.String value)
Sets the URL to be imported.
|
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValuepublic void setURL(java.lang.String value)
public void setContext(java.lang.String context)
public void addParam(java.lang.String name,
java.lang.String value)
addParam in interface NameValueTagpublic int doStartTag()
throws JspException
TagSupportThe default behavior returns SKIP_BODY to skip the tag's body.
doStartTag in interface TagdoStartTag in class TagSupportJspExceptionpublic int doEndTag()
throws JspException
TagSupportdoEndTag in interface TagdoEndTag in class TagSupportJspException