Uses of Interface
org.springframework.aop.target.dynamic.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
Modifier 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
Modifier and TypeClassDescriptionclass
Subclass ofBeanFactoryRefreshableTargetSource
that determines whether a refresh is required through the givenScriptFactory
.