Uses of Class
com.opensymphony.webwork.dispatcher.WebWorkResultSupport

Packages that use WebWorkResultSupport
com.opensymphony.webwork.dispatcher Classes for action dispatching in WebWork (the Controller part of MVC). 
com.opensymphony.webwork.portlet.result   
com.opensymphony.webwork.views   
com.opensymphony.webwork.views.freemarker Classes for views using FreeMarker. 
com.opensymphony.webwork.views.jasperreports Classes for views using Jasper Reports. 
com.opensymphony.webwork.views.tiles   
 

Uses of WebWorkResultSupport in com.opensymphony.webwork.dispatcher
 

Subclasses of WebWorkResultSupport in com.opensymphony.webwork.dispatcher
 class FlashResult
          A flash result, that save the current action into the http session before invoking super.doExecute(...), which actually just do a redirect to a specific location just as a normal ServletRedirectResult would.
 class HttpHeaderResult
          A custom Result type for evaluating HTTP headers against the ValueStack.
 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 send 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 WebWorkResultSupport in com.opensymphony.webwork.portlet.result
 

Subclasses of WebWorkResultSupport in com.opensymphony.webwork.portlet.result
 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 WebWorkResultSupport in com.opensymphony.webwork.views
 

Subclasses of WebWorkResultSupport in com.opensymphony.webwork.views
 class AbstractHttpHeaderPopulatingResult
          An abstract class that will auto populate the http response header of the current http request.
 

Uses of WebWorkResultSupport in com.opensymphony.webwork.views.freemarker
 

Subclasses of WebWorkResultSupport in com.opensymphony.webwork.views.freemarker
 class FreemarkerResult
          Renders a view using the Freemarker template engine.
 class PortletFreemarkerResult
           
 

Uses of WebWorkResultSupport in com.opensymphony.webwork.views.jasperreports
 

Subclasses of WebWorkResultSupport in com.opensymphony.webwork.views.jasperreports
 class JasperReportsResult
          Generates a JasperReports report using the specified format or PDF if no format is specified.
 

Uses of WebWorkResultSupport in com.opensymphony.webwork.views.tiles
 

Subclasses of WebWorkResultSupport in com.opensymphony.webwork.views.tiles
 class TilesResult
          Renders a view using struts-tiles.
 


WebWork Project Page