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

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

The Spring Framework

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

Packages that use AopProxy
org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces. 
 

Uses of AopProxy in org.springframework.aop.framework
 

Classes in org.springframework.aop.framework that implement AopProxy
 class ProxyFactory
          Factory for AOP proxies for programmatic use, rather than via a bean factory.
 

Methods in org.springframework.aop.framework that return AopProxy
protected  AopProxy ProxyCreatorSupport.createAopProxy()
          Subclasses should call this to get a new AOP proxy.
 AopProxy DefaultAopProxyFactory.createAopProxy(AdvisedSupport config)
           
 AopProxy AopProxyFactory.createAopProxy(AdvisedSupport config)
          Create an AopProxy for the given AOP configuration.
 

Methods in org.springframework.aop.framework with parameters of type AopProxy
protected  Object ProxyFactoryBean.getProxy(AopProxy aopProxy)
          Return the proxy object to expose.
protected  Object AbstractSingletonProxyFactoryBean.getProxy(AopProxy aopProxy)
          Return the proxy object to expose.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.