com.atlassian.confluence.xwork
Class RedirectResult

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

public class RedirectResult
extends com.opensymphony.webwork.dispatcher.ServletRedirectResult

A wrapper around xwork's ServletRedirectResult to patch up an issue revolving around IE6's incompetency and some servlet container's inability to parse request URLs with fragment ids ("#") See CONF-11835 for more information

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
RedirectResult()
           
 
Method Summary
protected  void doExecute(java.lang.String s, 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

RedirectResult

public RedirectResult()
Method Detail

doExecute

protected void doExecute(java.lang.String s,
                         com.opensymphony.xwork.ActionInvocation actionInvocation)
                  throws java.lang.Exception
Overrides:
doExecute in class com.opensymphony.webwork.dispatcher.ServletRedirectResult
Throws:
java.lang.Exception


Copyright © 2003-2014 Atlassian. All Rights Reserved.