Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.apache.struts2.result Classes and Interfaces - 9 results found.
| Name | Description | Type | Package | Framework |
| HttpHeaderResult | A custom Result type for setting HTTP headers and status by optionally evaluating against the ValueStack. | Class | org.apache.struts2.result | Apache Struts |
|
| PlainTextResult | A result that send the content out as plain text. | Class | org.apache.struts2.result | Apache Struts |
|
| PostbackResult | A result that renders the current request parameters as a form which immediately submits a postback | Class | org.apache.struts2.result | Apache Struts |
|
| ServletActionRedirectResult | This result uses the ActionMapper provided by the ActionMapperFactory to redirect the browser to a URL that invokes the | Class | org.apache.struts2.result | Apache Struts |
|
| ServletDispatcherResult | Includes or forwards to a view (usually a jsp). | Class | org.apache.struts2.result | Apache Struts |
|
| ServletRedirectResult | Calls the sendRedirect method to the location specified. | Class | org.apache.struts2.result | Apache Struts |
|
| StreamResult | A custom Result type for sending raw data (via an InputStream) directly to the HttpServletResponse. | Class | org.apache.struts2.result | Apache Struts |
|
| StrutsResultSupport | A base class for all Struts action execution results. | Class | org.apache.struts2.result | Apache Struts |
|
| VelocityResult | Using the Servlet container's JspFactory, this result mocks a JSP execution environment and then displays a Velocity template that will be | Class | org.apache.struts2.result | Apache Struts |