Uses of Interface
org.apache.struts.dispatcher.Dispatcher
Packages that use Dispatcher
Package
Description
Configurable commands that may be placed within the
request processor.
-
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.