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

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

The Spring Framework

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
          Default AopProxyFactory implementation, 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.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.