クラス CoreNamespacePostProcessor

java.lang.ObjectSE
org.springframework.batch.core.configuration.xml.CoreNamespacePostProcessor
実装されたすべてのインターフェース:
org.springframework.beans.factory.Awareorg.springframework.beans.factory.config.BeanFactoryPostProcessororg.springframework.beans.factory.config.BeanPostProcessororg.springframework.context.ApplicationContextAware

public class CoreNamespacePostProcessor extends ObjectSE implements org.springframework.beans.factory.config.BeanPostProcessor, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.context.ApplicationContextAware
依存関係を注入するためにバッチ名前空間を使用して定義された後処理ジョブとステップ。
導入:
2.0.1
作成者:
Dan Garrette
  • コンストラクターの詳細

    • CoreNamespacePostProcessor

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

    • 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
    • postProcessBeforeInitialization

      public ObjectSE postProcessBeforeInitialization(ObjectSE bean, StringSE beanName) throws org.springframework.beans.BeansException
      次で指定:
      インターフェース org.springframework.beans.factory.config.BeanPostProcessorpostProcessBeforeInitialization 
      例外:
      org.springframework.beans.BeansException
    • postProcessAfterInitialization

      public ObjectSE postProcessAfterInitialization(ObjectSE bean, StringSE beanName) throws org.springframework.beans.BeansException
      次で指定:
      インターフェース org.springframework.beans.factory.config.BeanPostProcessorpostProcessAfterInitialization 
      例外:
      org.springframework.beans.BeansException
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
      次で指定:
      インターフェース org.springframework.context.ApplicationContextAwaresetApplicationContext