Uses of Class
org.apache.struts2.dispatcher.Dispatcher

Packages that use Dispatcher
org.apache.struts2.dispatcher Classes for action dispatching in Struts (the Controller part of MVC). 
 

Uses of Dispatcher in org.apache.struts2.dispatcher
 

Fields in org.apache.struts2.dispatcher declared as Dispatcher
protected  Dispatcher ActionContextCleanUp.dispatcher
           
 

Methods in org.apache.struts2.dispatcher that return Dispatcher
protected  Dispatcher FilterDispatcher.createDispatcher()
          Create a Dispatcher, this serves as a hook for subclass to overried such that a custom Dispatcher could be created.
static Dispatcher Dispatcher.getInstance()
          Gets the current instance for this thread
 

Methods in org.apache.struts2.dispatcher with parameters of type Dispatcher
 void DispatcherListener.dispatcherDestroyed(Dispatcher du)
          Called when the dispatcher is destroyed
 void DispatcherListener.dispatcherInitialized(Dispatcher du)
          Called when the dispatcher is initialized
static void Dispatcher.setInstance(Dispatcher instance)
          Sets the dispatcher instance for this thread
 



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