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.