Class Summary |
ActionServlet |
Ask the specified Action instance to handle this request.
|
BaseAction |
Pow2 Struts base action.
|
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.
|
ToolkitActionMapping |
This class extends the org.apache.struts.action.ActionMapping
class, adding the validateSession property and the relative
public "getter" and "setter" methods. |
UserValidationAction |
Base Action class with Session User validation.
|
UserValidationDispatcherAction |
Generic dispatcher Action class with Session User validation.
|