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

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

The Spring Framework

Uses of Class
org.springframework.aop.framework.ProxyFactory

Packages that use ProxyFactory
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. 
 

Uses of ProxyFactory in org.springframework.aop.framework.autoproxy
 

Methods in org.springframework.aop.framework.autoproxy with parameters of type ProxyFactory
protected  void AbstractAutoProxyCreator.customizeProxyFactory(ProxyFactory proxyFactory)
          Subclasses may choose to implement this: for example, to change the interfaces exposed.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.