Uses of Class
org.apache.struts2.dispatcher.StrutsResultSupport

Packages that use StrutsResultSupport
org.apache.struts2.dispatcher Classes for action dispatching in Struts (the Controller part of MVC). 
org.apache.struts2.portlet.result   
org.apache.struts2.views.freemarker Classes for views using FreeMarker. 
 

Uses of StrutsResultSupport in org.apache.struts2.dispatcher
 

Subclasses of StrutsResultSupport in org.apache.struts2.dispatcher
 class PlainTextResult
          A result that send the content out as plain text.
 class ServletActionRedirectResult
          This result uses the ActionMapper provided by the ActionMapperFactory to redirect the browser to a URL that invokes the specified action and (optional) namespace.
 class ServletDispatcherResult
          Includes or forwards to a view (usually a jsp).
 class ServletRedirectResult
          Calls the sendRedirect method to the location specified.
 class StreamResult
          A custom Result type for sending raw data (via an InputStream) directly to the HttpServletResponse.
 class VelocityResult
          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.
 

Uses of StrutsResultSupport in org.apache.struts2.portlet.result
 

Subclasses of StrutsResultSupport in org.apache.struts2.portlet.result
 class PortletActionRedirectResult
          Portlet modification of the ServletActionRedirectResult.
 class PortletResult
          Result type that includes a JSP to render.
 class 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.
 

Uses of StrutsResultSupport in org.apache.struts2.views.freemarker
 

Subclasses of StrutsResultSupport in org.apache.struts2.views.freemarker
 class FreemarkerResult
          Renders a view using the Freemarker template engine.
 class PortletFreemarkerResult
           
 



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