| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AopProxyFactory | |
|---|---|
| org.springframework.aop.framework | Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces. | 
| Uses of AopProxyFactory in org.springframework.aop.framework | 
|---|
| Classes in org.springframework.aop.framework that implement AopProxyFactory | |
|---|---|
|  class | DefaultAopProxyFactoryDefault AopProxyFactoryimplementation,
 creating either a CGLIB proxy or a JDK dynamic proxy. | 
| Methods in org.springframework.aop.framework that return AopProxyFactory | |
|---|---|
|  AopProxyFactory | ProxyCreatorSupport.getAopProxyFactory()Return the AopProxyFactory that this ProxyConfig uses. | 
| Methods in org.springframework.aop.framework with parameters of type AopProxyFactory | |
|---|---|
|  void | ProxyCreatorSupport.setAopProxyFactory(AopProxyFactory aopProxyFactory)Customize the AopProxyFactory, allowing different strategies to be dropped in without changing the core framework. | 
| Constructors in org.springframework.aop.framework with parameters of type AopProxyFactory | |
|---|---|
| ProxyCreatorSupport(AopProxyFactory aopProxyFactory)Create a new ProxyCreatorSupport instance. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||