| Interface | Description |
|---|---|
| ActionResult<T> |
Action result renders the returned value from an action.
|
| Class | Description |
|---|---|
| AbstractTemplateViewResult |
Base class for dispatching results.
|
| BaseActionResult<T> |
Base implementation of
Action result. |
| ChainResult |
Process chain results.
|
| HttpStatusResult |
Sets HTTP status or error code.
|
| MoveResult |
Process move results.
|
| NoneResult |
None result processing, for direct outputs.
|
| RawData |
Raw data for raw results.
|
| RawDownload |
Download data for raw results.
|
| RawResult |
Raw results directly writes byte context to the output.
|
| RawResultData |
Holder for Raw results.
|
| Result |
Result - cool, neat helper for results that are dealing with the path.
|
| ServletDispatcherResult |
Servlet Dispatcher.
|
| ServletRedirectResult |
Simply redirects to a page using
RequestDispatcher. |
| ServletUrlRedirectResult |
Simply sends permanent redirection to an external location.
|
| TextResult |
Text result returns a result value, i.e. a string.
|
Copyright © 2003-2013 Jodd Team