Class Summary |
ConfluenceActionValidatorManager |
Copy of the XWork ActionValidatorManager that clears the context of validators before it caches them. |
ConfluenceValidationInterceptor |
Copy of the XWork validation interceptor that delegates to our own ActionValidatorManager. |
ConfluenceXsrfTokenInterceptor |
|
FlashScope |
Flash Scope allows one request to pass data to the next request if it's a redirect. |
FlashScopeInterceptor |
Takes Flash scope objects out of the session and makes them available to the current request. |
HttpMethodValidationInterceptor |
Interceptor that ensures that the action method gets executed within an HTTP request with the required HTTP method. |
RedirectResult |
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 |
RedirectWithFlashResult |
Takes Flash scope objects from the current request and puts them on the session. |
SetupIncompleteInterceptor |
Interceptor that checks whether or not Confluence has been setup yet (that is the setup wizard has been completed). |
SoyResult |
Represents a soy result. |
WebWorkActionHelper |
Helper class for webwork actions. |