Package org.apache.struts.dispatcher
package org.apache.struts.dispatcher
-
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
.