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

Uses of Class org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource

Packages that use AbstractRefreshableTargetSource
org.springframework.aop.target.dynamic Support for AOP-based refreshing of target objects. 
org.springframework.scripting.support Support classes for Spring's scripting package. 
 

Uses of AbstractRefreshableTargetSource in org.springframework.aop.target.dynamic
 

Subclasses of AbstractRefreshableTargetSource in org.springframework.aop.target.dynamic
 class BeanFactoryRefreshableTargetSource
          Refreshable TargetSource that fetches fresh target beans from a BeanFactory.
 

Uses of AbstractRefreshableTargetSource in org.springframework.scripting.support
 

Subclasses of AbstractRefreshableTargetSource in org.springframework.scripting.support
 class RefreshableScriptTargetSource
          Subclass of BeanFactoryRefreshableTargetSource that determines whether a refresh is required through the given ScriptSource.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.