org.apache.struts2.portlet.result |
|
Java Source File Name | Type | Comment |
PortletActionRedirectResult.java | Class | Portlet modification of the
ServletActionRedirectResult .
This result uses the
ActionMapper provided by the
ActionMapperFactory to instruct the render phase to
invoke the specified action and (optional) namespace. |
PortletResult.java | Class | Result type that includes a JSP to render. |
PortletResultTest.java | Class | PortletResultTest. |
PortletVelocityResult.java | Class |
Using the Servlet container's
JspFactory , this result mocks a JSP
execution environment and then displays a Velocity template that will be
streamed directly to the servlet output.
This result type takes the
following parameters:
- location (default) - the location of the template to process.
- parse - true by default.
|