|
|||||||||
| Home >> All >> org >> springframework >> aop >> framework >> [ autoproxy overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.springframework.aop.framework.autoproxy
Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces.
See:
Description
| Interface Summary | |
| TargetSourceCreator | Implementations can create special target sources, such as pooling target sources, for particular beans. |
| Class Summary | |
| AbstractAdvisorAutoProxyCreator | Abstract BeanPostProcessor implementation that creates AOP proxies. |
| AbstractAutoProxyCreator | BeanPostProcessor implementation that wraps a group of beans with AOP proxies that delegate to the given interceptors before invoking the bean itself. |
| BeanNameAutoProxyCreator | Auto proxy creator that identifies beans to proxy via a list of names. |
| DefaultAdvisorAutoProxyCreator | BeanPostProcessor implementation that creates AOP proxies based on all candidate Advisors in the current BeanFactory. |
Package org.springframework.aop.framework.autoproxy Description
Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces.
Spring AOP supports proxying interfaces or classes, introductions, and offers static and dynamic pointcuts.
Any Spring AOP proxy can be cast to the ProxyConfig AOP configuration interface in this package to add or remove interceptors.
The ProxyFactoryBean is a convenient way to create AOP proxies in a BeanFactory or ApplicationContext. However, proxies can be created programmatically using the ProxyFactory class.
|
|||||||||
| Home >> All >> org >> springframework >> aop >> framework >> [ autoproxy overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||