Uses of Package
org.apache.struts2.dispatcher

Packages that use org.apache.struts2.dispatcher
org.apache.struts2.dispatcher Classes for action dispatching in Struts (the Controller part of MVC). 
org.apache.struts2.dispatcher.multipart Classes to help dispatch multipart HTTP requests. 
org.apache.struts2.util Miscellaneous helper classes. 
org.apache.struts2.views.freemarker Classes for views using FreeMarker. 
 

Classes in org.apache.struts2.dispatcher used by org.apache.struts2.dispatcher
Dispatcher
          A utility class the actual dispatcher delegates most of its tasks to.
DispatcherListener
          A interface to tag those that want to execute code on the init and destory of a Dispatcher.
FilterDispatcher
          Master filter for Struts that handles four distinct responsibilities: Executing actions Cleaning up the ActionContext (see note) Serving static content Kicking off XWork's interceptor chain for the request lifecycle

IMPORTANT: this filter must be mapped to all requests.

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.
ServletRedirectResult
          Calls the sendRedirect method to the location specified.
StrutsResultSupport
          A base class for all Struts action execution results.
 

Classes in org.apache.struts2.dispatcher used by org.apache.struts2.dispatcher.multipart
StrutsRequestWrapper
          All Struts requests are wrapped with this class, which provides simple JSTL accessibility.
 

Classes in org.apache.struts2.dispatcher used by org.apache.struts2.util
Dispatcher
          A utility class the actual dispatcher delegates most of its tasks to.
 

Classes in org.apache.struts2.dispatcher used by org.apache.struts2.views.freemarker
StrutsResultSupport
          A base class for all Struts action execution results.
 



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