org.springframework.config.java
Class BeansAndPostprocessorTests.CountingBPP

java.lang.Object
  extended by org.springframework.config.java.BeansAndPostprocessorTests.CountingBPP
All Implemented Interfaces:
BeanPostProcessor
Enclosing class:
BeansAndPostprocessorTests

public static class BeansAndPostprocessorTests.CountingBPP
extends Object
implements BeanPostProcessor


Field Summary
 Map<String,Object> beans
           
 
Constructor Summary
BeansAndPostprocessorTests.CountingBPP()
           
 
Method Summary
 Object postProcessAfterInitialization(Object bean, String name)
           
 Object postProcessBeforeInitialization(Object bean, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

beans

public Map<String,Object> beans
Constructor Detail

BeansAndPostprocessorTests.CountingBPP

public BeansAndPostprocessorTests.CountingBPP()
Method Detail

postProcessAfterInitialization

public Object postProcessAfterInitialization(Object bean,
                                             String name)
                                      throws BeansException
Specified by:
postProcessAfterInitialization in interface BeanPostProcessor
Throws:
BeansException

postProcessBeforeInitialization

public Object postProcessBeforeInitialization(Object bean,
                                              String name)
                                       throws BeansException
Specified by:
postProcessBeforeInitialization in interface BeanPostProcessor
Throws:
BeansException


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