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

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


Uses of Package
org.springframework.aop.framework.autoproxy

Packages that use org.springframework.aop.framework.autoproxy
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. 
org.springframework.aop.framework.autoproxy.metadata Support classes for target source creation that is driven by source-level metadata attributes. 
org.springframework.aop.framework.autoproxy.target Generic support classes for target source creation. 
 

Classes in org.springframework.aop.framework.autoproxy used by org.springframework.aop.framework.autoproxy
AbstractAdvisorAutoProxyCreator
          Abstract BeanPostProcessor implementation that creates AOP proxies.
AbstractAutoProxyCreator
          BeanPostProcessor implementation that wraps each eligible bean with an AOP proxy, delegating to specified interceptors before invoking the bean itself.
TargetSourceCreator
          Implementations can create special target sources, such as pooling target sources, for particular beans.
 

Classes in org.springframework.aop.framework.autoproxy used by org.springframework.aop.framework.autoproxy.metadata
TargetSourceCreator
          Implementations can create special target sources, such as pooling target sources, for particular beans.
 

Classes in org.springframework.aop.framework.autoproxy used by org.springframework.aop.framework.autoproxy.target
TargetSourceCreator
          Implementations can create special target sources, such as pooling target sources, for particular beans.
 



Copyright (c) 2002-2007 The Spring Framework Project.