Class Summary |
ApplicationInitializeListener |
A ServletContextListener responsible for boostrapping the core workflow
engine lifecycle. |
AppSpecificRouteRecipient |
A bean for the web-tier when represents the recipient of an Ad Hoc request. |
AuthorizationResult |
|
BootstrapFilter |
A filter which at runtime reads a series of filter configurations, constructs
and initializes those filters, and invokes them when it is invoked. |
ContextSensitiveConverter |
A BeanUtils Converter which delegates to an original convertor or a KEW converter depending on
what the current ModuleContext is. |
ConverterUtils |
Utility class for registering the various context sensitive converters. |
DummyLoginFilter |
A login filter which forwards to a login page that allows for the desired
authentication ID to be entered without the need for a password. |
KewKualiAction |
This is a description of what this class does - ewestfal don't forget to fill this in. |
KewRoutingKualiForm |
This is a description of what this class does - jjhanso don't forget to fill this in. |
KeyValue |
A simple bean for storing key/value pairs that can be used for a number of
tasks. |
KeyValueSort |
A simple bean for storing key/value pairs that can be used for a number of
tasks. |
ModuleContext |
Maintains a ThreadLocal which indicates whether the current struts module we are in is the
KEW module. |
ModuleRelativeForwardAction |
ForwardAction subclass that interprets path as module-relative |
ShowHideTree |
A tree of boolean flags which represent the state of show/hide for the GUI. |
StrutsExceptionHandler |
Catches exceptions throw from Workflow Actions If exception is of type
WorkflowServiceErrorException any WorkflowServiceErrors saved on the exception
are stripped off of the exception put into ActionMessages in the Error que and
the request is directed back to the original ActionMapping input page. |
StrutsRequestProcessor |
A RequestProcessor implementation for Struts which handles saving and retrieving
ActionForm s when leaving one context in the web GUI for another and then
returning. |
UserLoginFilter |
A filter for processing user logins and creating a UserSession . |
WorkflowRoutingForm |
A Struts ActionForm which can be extended by ActionForms which need to add
support for document routing to a Struts Action. |