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

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.dispatcher.ng
Dispatcher
          A utility class the actual dispatcher delegates most of its tasks to.
StaticContentLoader
          Interface for loading static resources, based on a path
 

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

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-2012 Apache Software Foundation. All Rights Reserved.