org.springframework.config.java
Class HiddenBeanPostProcessorTests.RememberingBeanPostProcessor

java.lang.Object
  extended by org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
      extended by org.springframework.config.java.HiddenBeanPostProcessorTests.RememberingBeanPostProcessor
All Implemented Interfaces:
BeanPostProcessor, InstantiationAwareBeanPostProcessor, SmartInstantiationAwareBeanPostProcessor
Enclosing class:
HiddenBeanPostProcessorTests

public static class HiddenBeanPostProcessorTests.RememberingBeanPostProcessor
extends InstantiationAwareBeanPostProcessorAdapter


Constructor Summary
HiddenBeanPostProcessorTests.RememberingBeanPostProcessor()
           
 
Method Summary
 Object postProcessAfterInitialization(Object bean, String beanName)
           
 
Methods inherited from class org.springframework.beans.factory.config.InstantiationAwareBeanPostProcessorAdapter
determineCandidateConstructors, postProcessAfterInstantiation, postProcessBeforeInitialization, postProcessBeforeInstantiation, postProcessPropertyValues, predictBeanType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiddenBeanPostProcessorTests.RememberingBeanPostProcessor

public HiddenBeanPostProcessorTests.RememberingBeanPostProcessor()
Method Detail

postProcessAfterInitialization

public Object postProcessAfterInitialization(Object bean,
                                             String beanName)
                                      throws BeansException
Specified by:
postProcessAfterInitialization in interface BeanPostProcessor
Overrides:
postProcessAfterInitialization in class InstantiationAwareBeanPostProcessorAdapter
Throws:
BeansException


Copyright ? 2005-2008 Spring Framework. All Rights Reserved.