public class URLTag extends WebWorkBodyTagSupport implements ParamTag.Parametric
ParamTag,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static String |
ALL |
static String |
GET |
static String |
NONE
The includeParams attribute may have the value 'none', 'get' or 'all'.
|
stack| Constructor and Description |
|---|
URLTag() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(String name,
Object value) |
int |
doEndTag() |
int |
doStartTag() |
protected String |
htmlEscape(String value)
Template method to allow overriding the HTML escaping of our output
|
void |
setIncludeContext(boolean includeContext) |
void |
setPage(String aName)
Deprecated.
use value instead
|
void |
setValue(String aName) |
protected String |
urlEncode(String value)
Template method to allow overriding of the URL encoding used.
|
findString, findValue, getStack, release, setPageContext, setParent, toStringdoAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setValuepublic static final String NONE
public static final String GET
public static final String ALL
@Deprecated public void setPage(String aName)
public void setValue(String aName)
public void setIncludeContext(boolean includeContext)
public void addParameter(String name, Object value)
addParameter in interface ParamTag.Parametricpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class WebWorkBodyTagSupportjavax.servlet.jsp.JspExceptionprotected String htmlEscape(String value)
value - the string to HTML escapeCopyright © 2013 Atlassian. All Rights Reserved.