Uses of Interface
org.springframework.aop.target.dynamic.Refreshable
Packages that use Refreshable Package Description org.springframework.aop.target.dynamic 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 Modifier and Type Class Description class
AbstractRefreshableTargetSource
AbstractTargetSource
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 Modifier and Type Class Description class
RefreshableScriptTargetSource
Subclass ofBeanFactoryRefreshableTargetSource
that determines whether a refresh is required through the givenScriptFactory
.