Package | Description |
---|---|
org.springframework.aop.target.dynamic |
Support for AOP-based refreshing of target objects.
|
org.springframework.scripting.support |
Support classes for Spring's scripting package.
|
Class and Description |
---|
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.
|
Class and Description |
---|
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.
|
Copyright © 2015. All rights reserved.