クラス ScopeRegistrar
java.lang.ObjectSE
org.springframework.webflow.scope.ScopeRegistrar
- 実装されたすべてのインターフェース:
org.springframework.beans.factory.config.BeanFactoryPostProcessor
,org.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
getOrder()
void
postProcessBeanFactory
(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
コンストラクターの詳細
ScopeRegistrar
public ScopeRegistrar()
メソッドの詳細
postProcessBeanFactory
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException - 次で指定:
- インターフェース
org.springframework.beans.factory.config.BeanFactoryPostProcessor
のpostProcessBeanFactory
- 例外:
org.springframework.beans.BeansException
getOrder
public int getOrder()- 次で指定:
- インターフェース
org.springframework.core.Ordered
のgetOrder