Package org.apache.struts.actions
The actions package provides special adapters between the incoming HTTP
request and the corresponding business logic.
DispatchAction | An abstract Action that dispatches to a public
method that is named by the request parameter whose name is specified
by the parameter property of the corresponding
ActionMapping. |
ForwardAction | An Action that forwards to the context-relative
URI specified by the parameter property of our associated
ActionMapping . |
IncludeAction | An Action that includes the context-relative
URI specified by the parameter property of our associated
ActionMapping . |
LookupDispatchAction |
An abstract Action that dispatches to the subclass mapped
execute method. |
SwitchAction | A standard Action that switches to a new module
and then forwards control to a URI (specified in a number of possible ways)
within the new module. |
The actions package provides special adapters between the incoming HTTP
request and the corresponding business logic.
Package Specification
##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation,
please see:
<!-- Put @see and @since tags down here. -->
Copyright B) 2000-2005 - Apache Software Foundation