Uses of Interface
org.springframework.aop.target.dynamic.Refreshable
Packages that use Refreshable
Package
Description
Support for dynamic, refreshable
TargetSource
implementations for use with Spring AOP.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 RefreshableModifier and TypeClassDescriptionclass
AbstractTargetSource
implementation that wraps a refreshable target object.class
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 RefreshableModifier and TypeClassDescriptionclass
Subclass ofBeanFactoryRefreshableTargetSource
that determines whether a refresh is required through the givenScriptFactory
.