|
|||||||||
Home >> All >> org >> springframework >> aop >> framework >> autoproxy >> [ target overview ] | PREV PACKAGE NEXT PACKAGE |
Package org.springframework.aop.framework.autoproxy.target
Bean post-processors for use in ApplicationContexts to simplify AOP usage by automatically creating AOP proxies without the need to use a ProxyFactoryBean.
See:
Description
Class Summary | |
AbstractBeanFactoryBasedTargetSourceCreator | Convenient superclass for TargetSourceCreators that require creating multiple instances of a prototype bean. |
AbstractPoolingTargetSourceCreator | Convenient superclass for TargetSource creators that create pooling TargetSources. |
LazyInitTargetSourceCreator | TargetSourceCreator that enforces a LazyInitTargetSource for each bean that is defined as "lazy-init". |
PoolingAttribute | Simple pooling attribute that can drive automatic creation of a TargetSource. |
QuickTargetSourceCreator | Convenient TargetSourceCreator using bean name prefixes to create one of three well-known TargetSource types: : CommonsPoolTargetSource % ThreadLocalTargetSource ! PrototypeTargetSource |
Package org.springframework.aop.framework.autoproxy.target Description
Bean post-processors for use in ApplicationContexts to simplify AOP usage by automatically creating AOP proxies without the need to use a ProxyFactoryBean.
The various post-processors in this package need only be added to an ApplicationContext (typically in an XML bean definition document) to automatically proxy selected beans.
NB: Automatic auto-proxying is not supported for BeanFactory implementations, as post-processors beans are only automatically detected in application contexts. Post-processors can be explicitly registered on a ConfigurableBeanFactory instead.
|
|||||||||
Home >> All >> org >> springframework >> aop >> framework >> autoproxy >> [ target overview ] | PREV PACKAGE NEXT PACKAGE |