com.atlassian.confluence.xwork
Class RedirectWithFlashResult

java.lang.Object
  extended by com.opensymphony.webwork.dispatcher.WebWorkResultSupport
      extended by com.opensymphony.webwork.dispatcher.ServletRedirectResult
          extended by com.atlassian.confluence.xwork.RedirectResult
              extended by com.atlassian.confluence.xwork.RedirectWithFlashResult
All Implemented Interfaces:
com.opensymphony.webwork.WebWorkStatics, com.opensymphony.xwork.Result, java.io.Serializable

public class RedirectWithFlashResult
extends RedirectResult

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.

See Also:
Serialized Form

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

RedirectWithFlashResult

public RedirectWithFlashResult()
Method Detail

doExecute

protected void doExecute(java.lang.String redirectUrl,
                         com.opensymphony.xwork.ActionInvocation actionInvocation)
                  throws java.lang.Exception
Overrides:
doExecute in class RedirectResult
Throws:
java.lang.Exception


Copyright © 2003-2014 Atlassian. All Rights Reserved.