Package org.apache.struts2.portlet.result

Interface Summary
PortletResultHelper PortletResultHelper abstracts Portlet API result functions specific to the used API spec version.
 

Class Summary
PortletActionRedirectResult Portlet modification of the ServletActionRedirectResult.
PortletResult Result type that includes a JSP to render.
PortletResultHelperJSR168 PortletResultHelperJSR168 implements PortletResultHelper for Portlet 1.0 API (JSR168).
PortletResultHelperJSR286 PortletResultHelperJSR286 implements PortletResultHelper for Portlet 2.0 API (JSR286).
PortletVelocityResult 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.
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.