Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » context » support » [javadoc | source]
org.springframework.context.support
class: AbstractApplicationContext.BeanPostProcessorChecker [javadoc | source]
java.lang.Object
   org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker

All Implemented Interfaces:
    BeanPostProcessor

BeanPostProcessor that logs an info message when a bean is created during BeanPostProcessor instantiation, i.e. when a bean is not eligible for getting processed by all BeanPostProcessors.
Constructor:
 public BeanPostProcessorChecker(ConfigurableListableBeanFactory beanFactory,
    int beanPostProcessorTargetCount) 
Method from org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker Summary:
postProcessAfterInitialization,   postProcessBeforeInitialization
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.springframework.context.support.AbstractApplicationContext$BeanPostProcessorChecker Detail:
 public Object postProcessAfterInitialization(Object bean,
    String beanName) 
 public Object postProcessBeforeInitialization(Object bean,
    String beanName)