Uses of Class
org.apache.struts.extras.actions.DispatchAction
Packages that use DispatchAction
Package
Description
 The actions package provides special adapters between the incoming HTTP
     request and the corresponding business logic.
- 
Uses of DispatchAction in org.apache.struts.extras.actions
Subclasses of DispatchAction in org.apache.struts.extras.actionsModifier and TypeClassDescriptionclassAn Action that dispatches to to one of the public methods that are named in theparameterattribute of the corresponding ActionMapping and matches a submission parameter.classAn abstract Action that dispatches to the subclass mappedexecutemethod.classAn abstract Action that dispatches to a public method that is named by theparameterattribute of the corresponding ActionMapping.Fields in org.apache.struts.extras.actions with type parameters of type DispatchActionModifier and TypeFieldDescriptionprotected Class<? extends DispatchAction> DispatchAction.clazzThe Class instance of thisDispatchActionclass.