|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractAction | |
| org.davesag.generica.controller | Controllers are application specific business 'control' logic that the various
actions and forms call on. |
| org.davesag.generica.servlet.action | The action package contains Struts actions that
cover most of the Actions you should ever need to write. |
| Uses of AbstractAction in org.davesag.generica.controller |
| Fields in org.davesag.generica.controller declared as AbstractAction | |
protected AbstractAction |
AbstractActionController.theAction
|
| Methods in org.davesag.generica.controller that return AbstractAction | |
AbstractAction |
AbstractActionController.getAction()
get the struts action. |
| Methods in org.davesag.generica.controller with parameters of type AbstractAction | |
void |
ActionController.setAction(AbstractAction action)
Sets the action that is updating this controller. |
void |
AbstractActionController.setAction(AbstractAction action)
Sets the struts action. |
| Uses of AbstractAction in org.davesag.generica.servlet.action |
| Subclasses of AbstractAction in org.davesag.generica.servlet.action | |
class |
ChooseHomepageAction
This action determines if the current user has logged in and forwards to the correct home page or the login page depending on the class of User you are. |
class |
DeleteTargetAction
This action deletes the targetted object using the given Deleter. |
class |
ForwardAction
The Forward Action simply passes control on to the path specified in the "success" forward, as specified in the Struts config file. |
class |
HandlePasswordHelperAction
This action has two passes. |
class |
HandleRegisterAction
Registers the user. |
class |
HandleUpdateAction
Uses a FormController to populate the updated object and a
Saver to save it, then closes the Pipe. |
class |
InstantiationAction
This action instatiates and then loads the appropriate object into the pipe for use by forms and following actions. |
class |
ListAction
The ListAction uses the lister and summariser
specified in the struts-config.xml file to prepare a List of
object summaries for presentation to the GUI. |
class |
LoadCurrentUserAction
This action loads the currently logged in user into the named pipe for use by forms and following actions. |
class |
LoadTargetAction
This action loads the appropriate object into the request for use by forms and following actions. |
class |
LoginAction
Adds a User bean and any other commonly used data to the user's
session. |
class |
LogoutAction
Logs a user out by invalidating the user's session and forwading control to the page specified by the mapping "success" in the Struts config file. |
class |
TargetAction
This action ferforms some action on the targetted object using the given TargetActor. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||