org.apache.struts.actions |
|
Java Source File Name | Type | Comment |
ActionDispatcher.java | Class | |
BaseAction.java | Class | |
DispatchAction.java | Class | 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. |
DownloadAction.java | Class | This is an abstract base class that minimizes the amount of special coding
that needs to be written to download a file. |
EventActionDispatcher.java | Class | An Action helper class 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. |
EventDispatchAction.java | Class | 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. |
ForwardAction.java | Class | An Action that forwards to the context-relative URI
specified by the parameter property of our associated
ActionMapping . |
IncludeAction.java | Class | An Action that includes the context-relative URI
specified by the parameter property of our associated
ActionMapping . |
LocaleAction.java | Class | Implementation of Action that changes the user's
java.util.Locale and forwards to a page, based on request level parameters
that are set (language, country, & page). |
LookupDispatchAction.java | Class | An abstract Action that dispatches to the subclass
mapped execute method. |
MappingDispatchAction.java | Class | An abstract Action that dispatches to a public method
that is named by the parameter attribute of the corresponding
ActionMapping. |
SwitchAction.java | Class | 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.
Valid request parameters for this Action are:
- page - Module-relative URI (beginning with "/") to
which control should be forwarded after switching.
- prefix - The module prefix (beginning with "/") of the
module to which control should be switched.
|