Details
-
Type:
Task
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Incomplete
-
Labels:None
-
Number of attachments :
Description
Alter the signatures for the WorkflowController so that it is neutral in regards to the Servlet API.
Right now, the WorkflowController can only function within a servlet container. It is reliant on the RequestDispatcher of the container. It's method signatures do not reflect this reliance, and the internal structure can be altered to be made more robust if and when it becomes necessary.