| 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. |
| org.springframework.faces.webflow.FlowResourceResolver
as of 2.5 in favor of
FlowResourceHandler. |
| Method and Description |
|---|
| org.springframework.binding.expression.spel.SpringELExpression.extendEvaluationContext(StandardEvaluationContext)
as of 2.4.8, to customize the context, please use the constructor
that accepts an
EvaluationContextFactory. |
| org.springframework.faces.webflow.JsfRuntimeInformation.isAtLeastJsf12()
as of 2.5, always returns true.
|
| org.springframework.faces.webflow.JsfRuntimeInformation.isAtLeastJsf20()
as of 2.5, always returns true.
|
| org.springframework.faces.webflow.JsfRuntimeInformation.isAtLeastJsf21()
as of 2.5, always returns true.
|
| org.springframework.faces.webflow.JsfRuntimeInformation.isAtLeastJsf22()
as of 2.5, always returns true.
|
| org.springframework.faces.webflow.JsfRuntimeInformation.isLessThanJsf20()
as of 2.5, always returns false.
|
| 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
|