软件包 org.apache.struts2.dispatcher
的使用

使用 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.dispatcher.ng This package contains a reimagining of the traditional Struts filter dispatchers. 
org.apache.struts2.util   
org.apache.struts2.views.freemarker   
 

org.apache.struts2.dispatcher 使用的 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
          已过时。 Since Struts 2.1.3, use StrutsPrepareAndExecuteFilter instead or StrutsPrepareFilter and StrutsExecuteFilter if needing using the ActionContextCleanUp filter in addition to this one
ServletRedirectResult
          Calls the sendRedirect method to the location specified.
StaticContentLoader
          Interface for loading static resources, based on a path.
StrutsResultSupport
          A base class for all Struts action execution results.
 

org.apache.struts2.dispatcher.multipart 使用的 org.apache.struts2.dispatcher 中的类
StrutsRequestWrapper
          All Struts requests are wrapped with this class, which provides simple JSTL accessibility.
 

org.apache.struts2.dispatcher.ng 使用的 org.apache.struts2.dispatcher 中的类
Dispatcher
          A utility class the actual dispatcher delegates most of its tasks to.
StaticContentLoader
          Interface for loading static resources, based on a path.
 

org.apache.struts2.util 使用的 org.apache.struts2.dispatcher 中的类
Dispatcher
          A utility class the actual dispatcher delegates most of its tasks to.
 

org.apache.struts2.views.freemarker 使用的 org.apache.struts2.dispatcher 中的类
StrutsResultSupport
          A base class for all Struts action execution results.