| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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 | AbstractAutoProxyCreatorBeanPostProcessor 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 | |
void | ConfigurableBeanFactory.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 | |
void | AbstractBeanFactory.addBeanPostProcessor(BeanPostProcessor beanPostProcessor) |
| Uses of BeanPostProcessor in org.springframework.context.support |
| Classes in org.springframework.context.support that implement BeanPostProcessor | |
class | ApplicationContextAwareProcessorBeanPostProcessor implementation that passes the application context to beans that implement the ApplicationContextAware interface. |
| |||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||