Uses of Class
org.springframework.beans.factory.config.BeanPostProcessor

Packages that use BeanPostProcessor
org.springframework.aop.framework.autoproxy 
org.springframework.beans.factory.config 
org.springframework.beans.factory.support 
org.springframework.context.support 

Uses of BeanPostProcessor in org.springframework.aop.framework.autoproxy
 

Classes in org.springframework.aop.framework.autoproxy that implement BeanPostProcessor
class AbstractAutoProxyCreator
          BeanPostProcessor implementation that wraps a group of beans with AOP proxies that delegate to the given interceptors before invoking the bean itself.
 

Uses of BeanPostProcessor in org.springframework.beans.factory.config
 

Methods in org.springframework.beans.factory.config with parameters of type BeanPostProcessor
voidConfigurableBeanFactory.addBeanPostProcessor(BeanPostProcessor beanPostProcessor)
          Add a new BeanPostPrcoessor that will get applied to beans created with this factory.
 

Uses of BeanPostProcessor in org.springframework.beans.factory.support
 

Methods in org.springframework.beans.factory.support with parameters of type BeanPostProcessor
voidAbstractBeanFactory.addBeanPostProcessor(BeanPostProcessor beanPostProcessor)
          
 

Uses of BeanPostProcessor in org.springframework.context.support
 

Classes in org.springframework.context.support that implement BeanPostProcessor
class ApplicationContextAwareProcessor
          BeanPostProcessor implementation that passes the application context to beans that implement the ApplicationContextAware interface.