クラス ScopeRegistrar

java.lang.ObjectSE
org.springframework.webflow.scope.ScopeRegistrar
実装されたすべてのインターフェース:
org.springframework.beans.factory.config.BeanFactoryPostProcessororg.springframework.core.Ordered

public class ScopeRegistrar extends ObjectSE implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.core.Ordered
Spring Web Flow Bean スコープを ConfigurableListableBeanFactory に登録します。
作成者:
Ben Hale
関連事項:
  • Scope
  • フィールドのサマリー

    インターフェース org.springframework.core.Ordered から継承されたフィールド

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • コンストラクターの概要

    コンストラクター
    コンストラクター
    説明
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    int
    void
    postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)

    クラス java.lang.ObjectSE から継承されたメソッド

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
  • コンストラクターの詳細

    • ScopeRegistrar

      public ScopeRegistrar()
  • メソッドの詳細

    • postProcessBeanFactory

      public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
      次で指定:
      インターフェース org.springframework.beans.factory.config.BeanFactoryPostProcessorpostProcessBeanFactory 
      例外:
      org.springframework.beans.BeansException
    • getOrder

      public int getOrder()
      次で指定:
      インターフェース org.springframework.core.OrderedgetOrder