| Class | Description |
|---|---|
| BaseAction |
An
Action subclass that provides convenience methods for recognizing form submission types (cancel,
reset, ok, etc) and deciding where to return after the action has completed. |
| BaseActionMapping |
An
ActionMapping subclass that adds fields for participating in a workflow struts-config.xml To use:
The value is used as a key into
a HashMap of Queues of URLs to participate in a workflow. |
| BaseDispatchAction |
An abstract Action that dispatches to a subclass mapped method based on the value of a request
parameter.
|
| BaseRequestProcessor |
An
RequestProcessor subclass that adds properties to the request for help and page name these properties
live in struts-config.xml |
| BaseValidatorForm |
A subclass of
ValidatorForm that adds convenience methods for dealing with image-based form buttons. |
| CalendarForm |
A subclass of
BaseValidatorForm that contains all of the properties for a start and end date. |
| ScheduleForm |
A subclass of
BaseValidatorForm that contains all of the properties for scheduling an action. |
| WorkflowAction |
This Action is designed to be part of a workflow, saving it's current return path in the workflow stack.
|
| WorkflowPrepareAction |
This Action is designed to be the start of a workflow.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.