| 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 anActionare 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  sendRedirectmethod to the location specified. | 
| StreamResult | A custom Result type for sending raw data (via an InputStream) directly to the
 HttpServletResponse. | 
| StrutsResultSupport | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.