Uses of Package
org.apache.struts.dispatcher
Package
Description
Configurable commands that may be placed within the
request processor.
-
ClassDescriptionThis interface defines an intermediate handler that determines what method to execute in an
Action
. -
ClassDescriptionThis abstract class is the stock template for
Dispatcher
implementations.This abstract class is a template for choosing the target method that is named by theparameter
attribute 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
. -
ClassDescriptionThis abstract class is the stock template for
Dispatcher
implementations.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.This abstract class is a template for choosing the target method that is named by theparameter
attribute 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
.