Uses of Class
org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
Package
Description
Support for dynamic, refreshable
TargetSource
implementations for use with Spring AOP.Support classes for Spring's scripting package.
-
Uses of AbstractRefreshableTargetSource in org.springframework.aop.target.dynamic
Modifier and TypeClassDescriptionclass
Refreshable TargetSource that fetches fresh target beans from a BeanFactory. -
Uses of AbstractRefreshableTargetSource in org.springframework.scripting.support
Modifier and TypeClassDescriptionclass
Subclass ofBeanFactoryRefreshableTargetSource
that determines whether a refresh is required through the givenScriptFactory
.