| Class and Description |
|---|
| org.springframework.webflow.execution.FlowExecutionListenerAdapter
as of 5.0
FlowExecutionListener has default methods (made possible by a Java 8 baseline) and
can be implemented directly without the need for this adapter. |
| Constructor and Description |
|---|
| org.springframework.webflow.config.FlowBuilderServicesBuilder(ApplicationContext)
as of 2.5 an ApplicationContext is no longer required
|
| org.springframework.webflow.config.FlowExecutorBuilder(FlowDefinitionLocator, ApplicationContext)
as of 2.5 an ApplicationContext is no longer required
|