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 DispatcherExecuteDispatcher.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 TypeClassDescriptionclassThis abstract class is the stock template forDispatcherimplementations.classThis abstract class is a template for choosing the target method that is named in the list-encodedparameterattribute of theActionMappingthat matches a submission parameter.classThis abstract class is a template for choosing the target method that is named by theparameterattribute of the correspondingActionMapping.classThis 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 TypeClassDescriptionclassThis servlet-based dispatcher chooses the target method based on theparameterattribute of theActionMappingthat matches a submission parameter.classThis servlet-based dispatcher uses the configuration value of theparameterattribute from the correspondingActionMappingto pick the appropriate method on the action.classThis 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 TypeClassDescriptionclassAction helper class that dispatches to a public method in an Action.classAn Action helper class that dispatches to to one of the public methods that are named in theparameterattribute of the corresponding ActionMapping and matches a submission parameter.