com.atlassian.confluence.xwork
Class RedirectResult
java.lang.Object
com.opensymphony.webwork.dispatcher.WebWorkResultSupport
com.opensymphony.webwork.dispatcher.ServletRedirectResult
com.atlassian.confluence.xwork.RedirectResult
- All Implemented Interfaces:
- com.opensymphony.webwork.WebWorkStatics, com.opensymphony.xwork.Result, Serializable
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
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 |
Method Summary |
protected void |
doExecute(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 |
RedirectResult
public RedirectResult()
doExecute
protected void doExecute(String s,
com.opensymphony.xwork.ActionInvocation actionInvocation)
throws Exception
- Overrides:
doExecute
in class com.opensymphony.webwork.dispatcher.ServletRedirectResult
- Throws:
Exception
Copyright © 2003-2013 Atlassian. All Rights Reserved.