Uses of Interface
org.apache.struts.dispatcher.Dispatcher
Packages that use Dispatcher
Package
Description
Configurable commands that may be placed within the
request processor.
The actions package provides special adapters between the incoming HTTP
request and the corresponding business logic.
-
Uses of Dispatcher in org.apache.struts.chain.commands
Methods in org.apache.struts.chain.commands that return DispatcherModifier and TypeMethodDescriptionprotected Dispatcher
ExecuteDispatcher.createDispatcher
(String type, ActionContext context) Creates the dispatcher of the specified type. -
Uses of Dispatcher in org.apache.struts.dispatcher
Classes in org.apache.struts.dispatcher that implement DispatcherModifier and TypeClassDescriptionclass
This abstract class is the stock template forDispatcher
implementations.class
This abstract class is a template for choosing the target method that is named in the list-encodedparameter
attribute of theActionMapping
that matches a submission parameter.class
This abstract class is a template for choosing the target method that is named by theparameter
attribute of the correspondingActionMapping
.class
This abstract class is a template for choosing the target method that is identified by a submission parameter. -
Uses of Dispatcher in org.apache.struts.dispatcher.servlet
Classes in org.apache.struts.dispatcher.servlet that implement DispatcherModifier and TypeClassDescriptionclass
This servlet-based dispatcher chooses the target method based on theparameter
attribute of theActionMapping
that matches a submission parameter.class
This servlet-based dispatcher uses the configuration value of theparameter
attribute from the correspondingActionMapping
to pick the appropriate method on the action.class
This servlet-based dispatcher uses the value of the request parameter to pick the appropriate method on the action. -
Uses of Dispatcher in org.apache.struts.extras.actions
Classes in org.apache.struts.extras.actions that implement DispatcherModifier and TypeClassDescriptionclass
Action helper class that dispatches to a public method in an Action.class
An Action helper class that dispatches to to one of the public methods that are named in theparameter
attribute of the corresponding ActionMapping and matches a submission parameter.