Uses of Class
org.apache.struts.extras.actions.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
Modifier and TypeClassDescriptionclass
An Action that dispatches to to one of the public methods that are named in theparameter
attribute of the corresponding ActionMapping and matches a submission parameter.class
An abstract Action that dispatches to the subclass mappedexecute
method.class
An abstract Action that dispatches to a public method that is named by theparameter
attribute of the corresponding ActionMapping.Modifier and TypeFieldDescriptionprotected Class
<? extends DispatchAction> DispatchAction.clazz
The Class instance of thisDispatchAction
class.