Class Overview
This overrides the basic URLTag in webwork to provide JIRA specific behaviour
Summary
[Expand]
Inherited Constants |
From class
webwork.view.taglib.URLTag
|
From interface
javax.servlet.jsp.tagext.BodyTag
int |
EVAL_BODY_BUFFERED |
|
int |
EVAL_BODY_TAG |
|
|
From interface
javax.servlet.jsp.tagext.IterationTag
|
From interface
javax.servlet.jsp.tagext.Tag
int |
EVAL_BODY_INCLUDE |
|
int |
EVAL_PAGE |
|
int |
SKIP_BODY |
|
int |
SKIP_PAGE |
|
|
[Expand]
Inherited Fields |
From class
webwork.view.taglib.WebWorkBodyTagSupport
|
From class
javax.servlet.jsp.tagext.BodyTagSupport
protected
BodyContent |
bodyContent |
|
|
From class
javax.servlet.jsp.tagext.TagSupport
|
Public Methods |
int
|
doStartTag()
|
boolean
|
isAtltoken()
Defaults to true.
|
void
|
setAtltoken(boolean atltoken)
This controls whether the XSRF token will be added to the list of URL parameters
|
Public Constructors
Public Methods
public
boolean
isAtltoken
()
Defaults to true. You must make and exception to not have the xsrf token
Returns
- true if the XSRF token will be added to URL parameters
public
void
setAtltoken
(boolean atltoken)
This controls whether the XSRF token will be added to the list of URL parameters
Parameters
atltoken
| true if it should be added
|