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.