org.springframework.webflow.executor.struts |
The integration layer between Spring Web Flow and Struts 1.x.
|
Java Source File Name | Type | Comment |
FlowAction.java | Class | Point of integration between Struts and Spring Web Flow: a Struts Action that
acts a front controller entry point into the web flow system. |
StrutsExternalContext.java | Class | Provides consistent access to a Struts environment from within the Spring Web
Flow system. |