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

Packages that use Dispatcher
org.apache.struts2 Main Struts interfaces and classes. 
org.apache.struts2.dispatcher Classes for action dispatching in Struts (the Controller part of MVC). 
org.apache.struts2.portlet.dispatcher   
org.apache.struts2.util Miscellaneous helper classes. 
 

Uses of Dispatcher in org.apache.struts2
 

Methods in org.apache.struts2 that return Dispatcher
protected  Dispatcher TestNGStrutsTestCase.initDispatcher(Map<String,String> params)
           
protected  Dispatcher StrutsTestCase.initDispatcher(Map<String,String> params)
           
 

Uses of Dispatcher in org.apache.struts2.dispatcher
 

Fields in org.apache.struts2.dispatcher declared as Dispatcher
protected  Dispatcher FilterDispatcher.dispatcher
          Expose Dispatcher instance to subclass.
 

Fields in org.apache.struts2.dispatcher with type parameters of type Dispatcher
private static ThreadLocal<Dispatcher> Dispatcher.instance
          Provide a thread local instance.
 

Methods in org.apache.struts2.dispatcher that return Dispatcher
protected  Dispatcher FilterDispatcher.createDispatcher(FilterConfig filterConfig)
          Create a default Dispatcher that subclasses can override with a custom Dispatcher, if needed.
static Dispatcher Dispatcher.getInstance()
          Provide the dispatcher instance for the current 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)
          Store the dispatcher instance for this thread.
 

Uses of Dispatcher in org.apache.struts2.portlet.dispatcher
 

Fields in org.apache.struts2.portlet.dispatcher declared as Dispatcher
private  Dispatcher Jsr168Dispatcher.dispatcherUtils
           
 

Uses of Dispatcher in org.apache.struts2.util
 

Methods in org.apache.struts2.util that return Dispatcher
static Dispatcher StrutsTestCaseHelper.initDispatcher(Map<String,String> params)
           
 



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