|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.opensymphony.webwork.dispatcher.WebWorkResultSupport com.opensymphony.webwork.dispatcher.ServletRedirectResult com.atlassian.confluence.xwork.RedirectResult com.atlassian.confluence.xwork.RedirectWithFlashResult
public class RedirectWithFlashResult
Takes Flash scope objects from the current request and puts them on the session. Adds a unique flashId request parameter to ensure that multiple requests within a single session do not leak data.
Field Summary |
---|
Fields inherited from class com.opensymphony.webwork.dispatcher.ServletRedirectResult |
---|
prependServletContext |
Fields inherited from class com.opensymphony.webwork.dispatcher.WebWorkResultSupport |
---|
DEFAULT_PARAM, parse |
Fields inherited from interface com.opensymphony.webwork.WebWorkStatics |
---|
HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERLVET_DISPATCHER, SERVLET_CONFIG, SERVLET_DISPATCHER |
Constructor Summary | |
---|---|
RedirectWithFlashResult()
|
Method Summary | |
---|---|
protected void |
doExecute(java.lang.String redirectUrl,
com.opensymphony.xwork.ActionInvocation actionInvocation)
|
Methods inherited from class com.opensymphony.webwork.dispatcher.ServletRedirectResult |
---|
setPrependServletContext |
Methods inherited from class com.opensymphony.webwork.dispatcher.WebWorkResultSupport |
---|
execute, setLocation, setParse |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RedirectWithFlashResult()
Method Detail |
---|
protected void doExecute(java.lang.String redirectUrl, com.opensymphony.xwork.ActionInvocation actionInvocation) throws java.lang.Exception
doExecute
in class RedirectResult
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |