|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |