|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DispatchAction | |
---|---|
org.apache.struts.actions | The actions package provides special adapters between the incoming HTTP request and the corresponding business logic. |
Uses of DispatchAction in org.apache.struts.actions |
---|
Subclasses of DispatchAction in org.apache.struts.actions | |
---|---|
class |
EventDispatchAction
An Action that dispatches to to one of the public methods that are named in the parameter attribute of the corresponding
ActionMapping and matches a submission parameter. |
class |
LookupDispatchAction
An abstract Action that dispatches to the subclass mapped execute method. |
class |
MappingDispatchAction
An abstract Action that dispatches to a public method that is named by the parameter attribute of the corresponding
ActionMapping. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |