Interface | Description |
---|---|
ActionResult<T> |
Action result renders the returned value from an action.
|
Class | Description |
---|---|
AbstractTemplateViewActionResult |
Base class for dispatching results.
|
Chain |
Chain result.
|
ChainActionResult |
Process chain results.
|
Forward |
Servlet dispatched result.
|
JsonActionResult |
Json results handler.
|
JsonResult |
General JSON result.
|
NoneActionResult |
None result processing, for direct outputs.
|
NoResult | |
PathResult |
Result that works over some Url path.
|
PermRedirect |
Permanent redirection.
|
RawActionResult |
Raw results directly writes byte context to the output.
|
RawData |
Raw data to download.
|
Redirect |
Redirect result.
|
ServletDispatcherActionResult |
Servlet Dispatcher.
|
ServletPermanentRedirectActionResult |
Simply sends permanent redirection to an external location.
|
ServletRedirectActionResult |
Simply redirects to a page using
RequestDispatcher . |
TextActionResult |
Text result returns a result value, i.e. a string.
|
TextResult |
Text result.
|
Copyright © 2003-present Jodd Team