站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

Uses of Interface org.springframework.aop.framework.AopProxyFactory (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


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.