Uses of Package
com.opensymphony.webwork.dispatcher

Packages that use com.opensymphony.webwork.dispatcher
com.opensymphony.webwork.dispatcher Classes for action dispatching in WebWork (the Controller part of MVC). 
com.opensymphony.webwork.dispatcher.multipart Classes to help dispatch multipart HTTP requests. 
com.opensymphony.webwork.pico   
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   
 

Classes in com.opensymphony.webwork.dispatcher used by com.opensymphony.webwork.dispatcher
DispatcherUtils
          A utility class whereby FilterDispatcher delegate most of its tasks to.
FilterDispatcher
          Master filter for WebWork that handles four distinct responsibilities: Executing actions Cleaning up the ActionContext (see note) Serving static content Kicking off XWork's IoC for the request lifecycle

IMPORTANT: this filter must be mapped to all requests.

ServletRedirectResult
          Calls the sendRedirect method to the location specified.
WebWorkResultSupport
          A base class for all WebWork action execution results.
 

Classes in com.opensymphony.webwork.dispatcher used by com.opensymphony.webwork.dispatcher.multipart
WebWorkRequestWrapper
          All WebWork requests are wrapped with this class, which provides simple JSTL accessibility.
 

Classes in com.opensymphony.webwork.dispatcher used by com.opensymphony.webwork.pico
FilterDispatcher
          Master filter for WebWork that handles four distinct responsibilities: Executing actions Cleaning up the ActionContext (see note) Serving static content Kicking off XWork's IoC for the request lifecycle

IMPORTANT: this filter must be mapped to all requests.

ServletDispatcher
          Deprecated. use FilterDispatcher instead
 

Classes in com.opensymphony.webwork.dispatcher used by com.opensymphony.webwork.portlet.result
WebWorkResultSupport
          A base class for all WebWork action execution results.
 

Classes in com.opensymphony.webwork.dispatcher used by com.opensymphony.webwork.views
WebWorkResultSupport
          A base class for all WebWork action execution results.
 

Classes in com.opensymphony.webwork.dispatcher used by com.opensymphony.webwork.views.freemarker
WebWorkResultSupport
          A base class for all WebWork action execution results.
 

Classes in com.opensymphony.webwork.dispatcher used by com.opensymphony.webwork.views.jasperreports
WebWorkResultSupport
          A base class for all WebWork action execution results.
 

Classes in com.opensymphony.webwork.dispatcher used by com.opensymphony.webwork.views.tiles
ServletDispatcherResult
          Includes or forwards to a view (usually a jsp).
WebWorkResultSupport
          A base class for all WebWork action execution results.
 


WebWork Project Page