|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseAction | |
---|---|
org.apache.struts.actions | The actions package provides special adapters between the incoming HTTP request and the corresponding business logic. |
org.apache.struts.apps.mailreader.actions | |
org.apache.struts.webapp.dispatch |
Uses of BaseAction in org.apache.struts.actions |
---|
Subclasses of BaseAction in org.apache.struts.actions | |
---|---|
class |
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. |
class |
DownloadAction
This is an abstract base class that minimizes the amount of special coding that needs to be written to download a file. |
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 |
ForwardAction
An Action that forwards to the context-relative URI specified by the parameter property of our associated
ActionMapping . |
class |
IncludeAction
An Action that includes the context-relative URI specified by the parameter property of our associated
ActionMapping . |
class |
LocaleAction
Implementation of Action that changes the user's Locale and forwards to a page, based on request level parameters
that are set (language, country, & page). |
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. |
class |
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. |
Uses of BaseAction in org.apache.struts.apps.mailreader.actions |
---|
Subclasses of BaseAction in org.apache.struts.apps.mailreader.actions | |
---|---|
class |
BaseAction
Base Action for MailReader application. |
class |
LogoffAction
Log user out of the current session. |
class |
LogonAction
Validate a user logon. |
class |
MainMenuAction
Forward to logon result if user object is missing, otherwise forward to the MainMenu result (success). |
class |
RegistrationAction
Provide an Edit method for retrieving an existing user, and a Save method for updating or inserting a user. |
class |
SubscriptionAction
Provide an Edit method for retrieving an existing subscription, and a Save method for updating or inserting a subscription. |
class |
WelcomeAction
Confirm required resources are available before displaying initial page. |
Uses of BaseAction in org.apache.struts.webapp.dispatch |
---|
Subclasses of BaseAction in org.apache.struts.webapp.dispatch | |
---|---|
class |
DispatchExampleAction
Example DispatchAction. |
class |
EventDispatchActionExample
Example EventDispatchAction. |
class |
LookupDispatchExampleAction
Example LookupDispatchAction. |
class |
MappingDispatchExampleAction
Example DispatchAction. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |