Uses of Class
org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
Packages that use AbstractRefreshableTargetSource Package Description org.springframework.aop.target.dynamic org.springframework.scripting.support Support classes for Spring's scripting package.Uses of AbstractRefreshableTargetSource in org.springframework.aop.target.dynamic
Subclasses of AbstractRefreshableTargetSource in org.springframework.aop.target.dynamic Modifier and Type Class Description class
BeanFactoryRefreshableTargetSource
Refreshable TargetSource that fetches fresh target beans from a BeanFactory.Uses of AbstractRefreshableTargetSource in org.springframework.scripting.support
Subclasses of AbstractRefreshableTargetSource in org.springframework.scripting.support Modifier and Type Class Description class
RefreshableScriptTargetSource
Subclass ofBeanFactoryRefreshableTargetSource
that determines whether a refresh is required through the givenScriptFactory
.