Interface | Description |
---|---|
FlashScopeManager |
Flash Scope allows one request to pass data to the next request if it's a redirect.
|
Class | Description |
---|---|
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 | |
ContentOnlyViewInterceptor |
A interceptor that is applied to /content-only/ xwork routes.
|
FlashScope | Deprecated
Use
FlashScopeManager instead |
FlashScopeInterceptor | Deprecated
Will be removed once
FlashScope is removed |
HttpMethodValidationInterceptor |
Interceptor that ensures that the action method gets executed within an HTTP request with the required HTTP method.
|
HttpRequestStatsInterceptor |
Interceptor that, when applicable, adds a key that matches the keys
used in confluence-browser-metrics projects to http request stats.
|
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 ("#")
|
RedirectWithFlashResult |
Takes Flash scope objects from the current request and puts them on the session.
|
SalXsrfTokenGenerator | |
SoyResult |
Represents a soy result.
|
VCacheFlashScopeManager |
FlashScopeManager implementation backed by VCache
|
WebWorkActionHelper |
Helper class for webwork actions.
|
Annotation Type | Description |
---|---|
ActionViewData |
Annotation to mark a method whose return value should be passed to the view.
|
ActionViewDataMappings |
Annotation to mark a method that returns a map of view data.
|
Copyright © 2003–2017 Atlassian. All rights reserved.