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

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

The Spring Framework

Uses of Interface
org.springframework.aop.target.dynamic.Refreshable

Packages that use Refreshable
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 Refreshable in org.springframework.aop.target.dynamic
 

Classes in org.springframework.aop.target.dynamic that implement Refreshable
 class AbstractRefreshableTargetSource
          Abstract TargetSource implementation that wraps a refreshable target object.
 class BeanFactoryRefreshableTargetSource
          Refreshable TargetSource that fetches fresh target beans from a BeanFactory.
 

Uses of Refreshable in org.springframework.scripting.support
 

Classes in org.springframework.scripting.support that implement Refreshable
 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.