Uses of Interface
org.springframework.aop.framework.AopProxyFactory

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 DefaultAopProxyFactory
          Simple AopProxyFactory implementation, creating either a CGLIB proxy or a JDK dynamic proxy.
 

Methods in org.springframework.aop.framework that return AopProxyFactory
 AopProxyFactory ProxyConfig.getAopProxyFactory()
          Return the AopProxyFactory that this ProxyConfig uses.
 

Methods in org.springframework.aop.framework with parameters of type AopProxyFactory
 void ProxyConfig.setAopProxyFactory(AopProxyFactory aopProxyFactory)
          Customize the AopProxyFactory, allowing different strategies to be dropped in without changing the core framework.
 



Copyright (c) 2002-2007 The Spring Framework Project.