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

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

The Spring Framework

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

Packages that use ProxyCreatorSupport
org.springframework.aop.aspectj.annotation Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP. 
org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces. 
 

Uses of ProxyCreatorSupport in org.springframework.aop.aspectj.annotation
 

Subclasses of ProxyCreatorSupport in org.springframework.aop.aspectj.annotation
 class AspectJProxyFactory
          AspectJ-based proxy factory, allowing for programmatic building of proxies which include AspectJ aspects (code style as well Java 5 annotation style).
 

Uses of ProxyCreatorSupport in org.springframework.aop.framework
 

Subclasses of ProxyCreatorSupport in org.springframework.aop.framework
 class ProxyFactory
          Factory for AOP proxies for programmatic use, rather than via a bean factory.
 class ProxyFactoryBean
          FactoryBean implementation that builds an AOP proxy based on beans in Spring BeanFactory.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.