public class UrlTag extends HtmlEscapingAwareTag implements ParamAware
EVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
UrlTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParam(Param param) |
int |
doEndTag() |
int |
doStartTagInternal()
Called by doStartTag to perform the actual work.
|
void |
setContext(String context) |
void |
setJavaScriptEscape(boolean javaScriptEscape) |
void |
setScope(String scope) |
void |
setValue(String value) |
void |
setVar(String var) |
isDefaultHtmlEscape, isHtmlEscape, setHtmlEscapedoCatch, doFinally, doStartTag, getRequestContextdoAfterBody, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValuepublic void setValue(String value)
public void setContext(String context)
public void setVar(String var)
public void setScope(String scope)
public void setJavaScriptEscape(boolean javaScriptEscape)
throws JspException
JspExceptionpublic void addParam(Param param)
addParam in interface ParamAwarepublic int doStartTagInternal()
throws JspException
RequestContextAwareTagdoStartTagInternal in class RequestContextAwareTagJspExceptionTagSupport.doStartTag()public int doEndTag()
throws JspException
doEndTag in interface TagdoEndTag in class TagSupportJspExceptionCopyright © 2022. All rights reserved.