org.springframework.config.java
Class BeansAndPostprocessorTests.CountingBPP
java.lang.Object
org.springframework.config.java.BeansAndPostprocessorTests.CountingBPP
- All Implemented Interfaces:
- BeanPostProcessor
- Enclosing class:
- BeansAndPostprocessorTests
public static class BeansAndPostprocessorTests.CountingBPP
- extends Object
- implements BeanPostProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
beans
public Map<String,Object> beans
BeansAndPostprocessorTests.CountingBPP
public BeansAndPostprocessorTests.CountingBPP()
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.