Interface | Description |
---|---|
PlainResult |
This result can only be used in code, as a result of action's method, eg.:
|
Redirectable |
Marking interface for results which perform browser redirection
|
Result |
All results (except for
Action.NONE ) of an Action are mapped to a View implementation. |
Class | Description |
---|---|
ActionChainResult |
This result invokes an entire other action, complete with it's own interceptor stack and result.
|
HttpHeaderResult | |
PlainTextResult |
A result that send the content out as plain text.
|
PostbackResult | |
ServletActionRedirectResult | |
ServletDispatcherResult | |
ServletRedirectResult |
Calls the
sendRedirect
method to the location specified. |
StreamResult |
A custom Result type for sending raw data (via an InputStream) directly to the
HttpServletResponse.
|
StrutsResultSupport |
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.