| java.lang.Object |
| ↳ |
com.opensymphony.webwork.dispatcher.WebWorkResultSupport |
| |
↳ |
com.opensymphony.webwork.dispatcher.ServletRedirectResult |
| |
|
↳ |
com.atlassian.confluence.xwork.RedirectResult |
Class Overview
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
Summary
|
[Expand]
Inherited Constants |
From class
com.opensymphony.webwork.dispatcher.WebWorkResultSupport
|
From interface
com.opensymphony.webwork.WebWorkStatics
|
|
[Expand]
Inherited Fields |
From class
com.opensymphony.webwork.dispatcher.ServletRedirectResult
|
protected
boolean |
prependServletContext |
|
|
From class
com.opensymphony.webwork.dispatcher.WebWorkResultSupport
|
| Protected Methods |
|
void
|
doExecute(String s, ActionInvocation actionInvocation)
|
|
[Expand]
Inherited Methods |
From class
com.opensymphony.webwork.dispatcher.ServletRedirectResult
|
void
|
doExecute(String arg0, ActionInvocation arg1)
|
|
void
|
setPrependServletContext(boolean arg0)
|
|
From class
com.opensymphony.webwork.dispatcher.WebWorkResultSupport
|
abstract
void
|
doExecute(String arg0, ActionInvocation arg1)
|
|
void
|
execute(ActionInvocation arg0)
|
|
void
|
setLocation(String arg0)
|
|
void
|
setParse(boolean arg0)
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
From interface
com.opensymphony.xwork.Result
|
abstract
void
|
execute(ActionInvocation arg0)
|
|
Public Constructors
Protected Methods
protected
void
doExecute
(String s, ActionInvocation actionInvocation)