Skip navigation links
Spring Web Flow
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Classes
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    org.springframework.webflow.security.SecurityFlowExecutionListener.createAccessDecisionManager(SecurityRule)
    in favor of using an AuthorizationManager by setting SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) instead
    org.springframework.webflow.security.SecurityFlowExecutionListener.getAccessDecisionManager()
    in favor of using an AuthorizationManager by setting SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) instead
    org.springframework.webflow.security.SecurityFlowExecutionListener.getConfigAttributes(SecurityRule)
    in favor of using an AuthorizationManager by setting SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) instead
    org.springframework.webflow.security.SecurityFlowExecutionListener.setAccessDecisionManager(AccessDecisionManager)
    in favor of using an AuthorizationManager by setting SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) instead
  • Deprecated Classes
    Class
    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.
  • Deprecated Methods
    Method
    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.
    org.springframework.webflow.security.SecurityFlowExecutionListener.createAccessDecisionManager(SecurityRule)
    in favor of using an AuthorizationManager by setting SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) instead
    org.springframework.webflow.security.SecurityFlowExecutionListener.getAccessDecisionManager()
    in favor of using an AuthorizationManager by setting SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) instead
    org.springframework.webflow.security.SecurityFlowExecutionListener.getConfigAttributes(SecurityRule)
    in favor of using an AuthorizationManager by setting SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) instead
    org.springframework.webflow.security.SecurityFlowExecutionListener.setAccessDecisionManager(AccessDecisionManager)
    in favor of using an AuthorizationManager by setting SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) instead
  • Deprecated Constructors
    Constructor
    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