The Spring Framework

Uses of Package
org.springframework.aop.target.dynamic

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

Classes in org.springframework.aop.target.dynamic used by org.springframework.aop.target.dynamic
AbstractRefreshableTargetSource
          Abstract TargetSource implementation that wraps a refreshable target object.
Refreshable
          Interface to be implemented by dynamic target objects, which support reloading and optionally polling for updates.
 

Classes in org.springframework.aop.target.dynamic used by org.springframework.scripting.support
AbstractRefreshableTargetSource
          Abstract TargetSource implementation that wraps a refreshable target object.
BeanFactoryRefreshableTargetSource
          Refreshable TargetSource that fetches fresh target beans from a BeanFactory.
Refreshable
          Interface to be implemented by dynamic target objects, which support reloading and optionally polling for updates.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.