Uses of Package
org.apache.struts.dispatcher
Packages that use org.apache.struts.dispatcher
Package
Description
Configurable commands that may be placed within the
 request processor.
- 
Classes in org.apache.struts.dispatcher used by org.apache.struts.chain.commandsClassDescriptionThis interface defines an intermediate handler that determines what method to execute in an
Action. - 
Classes in org.apache.struts.dispatcher used by org.apache.struts.dispatcherClassDescriptionThis abstract class is the stock template for
Dispatcherimplementations.This abstract class is a template for choosing the target method that is named by theparameterattribute of the correspondingActionMapping.This interface defines an intermediate handler that determines what method to execute in anAction.This interface defines a pluggable strategy for resolving a method and extracting its methods from anActionContext. - 
Classes in org.apache.struts.dispatcher used by org.apache.struts.dispatcher.servletClassDescriptionThis abstract class is the stock template for
Dispatcherimplementations.This abstract class is a template for choosing the target method that is named in the list-encodedparameterattribute of theActionMappingthat matches a submission parameter.This abstract class is a template for choosing the target method that is named by theparameterattribute of the correspondingActionMapping.This abstract class is the stock template for resolving methods for aDispatcher.This abstract class is a template for choosing the target method that is identified by a submission parameter.This interface defines an intermediate handler that determines what method to execute in anAction.This interface defines a pluggable strategy for resolving a method and extracting its methods from anActionContext.