|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseAction | |
com.pow2.struts.action | |
com.pow2.struts.actions |
Uses of BaseAction in com.pow2.struts.action |
Subclasses of BaseAction in com.pow2.struts.action | |
class |
DispatcherAction
Generic dispatcher Action class The target resource can be specified by: the parameter attribute of the action element
of the struts configuration file
the fwd request attribute; the fwd
attribute value specifies the forward name of the ActionForward object to
retrieve.
|
class |
UserValidationAction
Base Action class with Session User validation. |
class |
UserValidationDispatcherAction
Generic dispatcher Action class with Session User validation. |
Uses of BaseAction in com.pow2.struts.actions |
Subclasses of BaseAction in com.pow2.struts.actions | |
class |
LoginAction
Login Action class. |
class |
LogoutAction
Logout Action class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |