ナビゲーションリンクをスキップ
Spring Web Flow
  • ホーム
  • 概要
  • パッケージ
  • クラス
  • ツリー
  • 非推奨
  • インデックス
  • ヘルプ

非推奨の API

内容

  • 最終的に非推奨
  • クラス
  • メソッド
  • コンストラクター
  • 最終的に非推奨の要素
    要素
    説明
    org.springframework.webflow.security.SecurityFlowExecutionListener.createAccessDecisionManager(SecurityRule)
    代わりに SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) を設定して AuthorizationManager を使用することをお勧めします
    org.springframework.webflow.security.SecurityFlowExecutionListener.getAccessDecisionManager()
    代わりに SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) を設定して AuthorizationManager を使用することをお勧めします
    org.springframework.webflow.security.SecurityFlowExecutionListener.getConfigAttributes(SecurityRule)
    代わりに SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) を設定して AuthorizationManager を使用することをお勧めします
    org.springframework.webflow.security.SecurityFlowExecutionListener.setAccessDecisionManager(AccessDecisionManager)
    代わりに SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) を設定して AuthorizationManager を使用することをお勧めします
  • 非推奨のクラス
    クラス
    説明
    org.springframework.webflow.execution.FlowExecutionListenerAdapter
    5.0 の時点で、FlowExecutionListener にはデフォルトのメソッド (Java 8 ベースラインによって可能) があり、このアダプターを必要とせずに直接実装できます。
  • 非推奨のメソッド
    メソッド
    説明
    org.springframework.binding.expression.spel.SpringELExpression.extendEvaluationContext(StandardEvaluationContext)
    2.4.8 以降、コンテキストをカスタマイズするには、EvaluationContextFactory を受け入れるコンストラクターを使用してください。
    org.springframework.faces.webflow.JsfRuntimeInformation.isAtLeastJsf12()
    2.5 以降では、常に true を返します。
    org.springframework.faces.webflow.JsfRuntimeInformation.isAtLeastJsf20()
    2.5 以降では、常に true を返します。
    org.springframework.faces.webflow.JsfRuntimeInformation.isAtLeastJsf21()
    2.5 以降では、常に true を返します。
    org.springframework.faces.webflow.JsfRuntimeInformation.isAtLeastJsf22()
    2.5 以降では、常に true を返します。
    org.springframework.faces.webflow.JsfRuntimeInformation.isLessThanJsf20()
    2.5 以降では、常に false を返します。
    org.springframework.webflow.security.SecurityFlowExecutionListener.createAccessDecisionManager(SecurityRule)
    代わりに SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) を設定して AuthorizationManager を使用することをお勧めします
    org.springframework.webflow.security.SecurityFlowExecutionListener.getAccessDecisionManager()
    代わりに SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) を設定して AuthorizationManager を使用することをお勧めします
    org.springframework.webflow.security.SecurityFlowExecutionListener.getConfigAttributes(SecurityRule)
    代わりに SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) を設定して AuthorizationManager を使用することをお勧めします
    org.springframework.webflow.security.SecurityFlowExecutionListener.setAccessDecisionManager(AccessDecisionManager)
    代わりに SecurityFlowExecutionListener.setAuthorizationManagerInitializer(Function) を設定して AuthorizationManager を使用することをお勧めします
  • 非推奨のコンストラクター
    コンストラクター
    説明
    org.springframework.webflow.config.FlowBuilderServicesBuilder(ApplicationContext)
    2.5 以降、ApplicationContext は不要になりました。
    org.springframework.webflow.config.FlowExecutorBuilder(FlowDefinitionLocator, ApplicationContext)
    2.5 以降、ApplicationContext は不要になりました。