|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProxyConfig | |
org.springframework.aop.framework | Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces. |
org.springframework.aop.framework.autoproxy | Bean post processors for use in ApplicationContexts to simplify AOP usage by automatically creating AOP proxies without the need to use a ProxyFactoryBean. |
org.springframework.transaction.interceptor | AOP-based solution for declarative transaction demarcation. |
Uses of ProxyConfig in org.springframework.aop.framework |
Subclasses of ProxyConfig in org.springframework.aop.framework | |
class |
AdvisedSupport
Superclass for AOP Proxy configuration managers. |
class |
ProxyFactory
Factory for AOP proxies for programmatic use, rather than via a bean factory. |
class |
ProxyFactoryBean
FactoryBean implementation for use to source AOP proxies from a Spring BeanFactory. |
Methods in org.springframework.aop.framework with parameters of type ProxyConfig | |
void |
ProxyConfig.copyFrom(ProxyConfig other)
Copy configuration from the other config |
Uses of ProxyConfig in org.springframework.aop.framework.autoproxy |
Subclasses of ProxyConfig in org.springframework.aop.framework.autoproxy | |
class |
AbstractAdvisorAutoProxyCreator
Abstract BeanPostProcessor implementation that creates AOP proxies. |
class |
AbstractAutoProxyCreator
BeanPostProcessor implementation that wraps a group of beans with AOP proxies that delegate to the given interceptors before invoking the bean itself. |
class |
AdvisorAutoProxyCreator
BeanPostProcessor implementation that creates AOP proxies based on all candidate Advisors in the current BeanFactory. |
class |
BeanNameAutoProxyCreator
Auto proxy creator that identifies beans to proxy via a list of names. |
Uses of ProxyConfig in org.springframework.transaction.interceptor |
Subclasses of ProxyConfig in org.springframework.transaction.interceptor | |
class |
TransactionProxyFactoryBean
Proxy factory bean for simplified declarative transaction handling. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |