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 classAbstractRefreshableTargetSourceAbstractTargetSourceimplementation that wraps a refreshable target object.classBeanFactoryRefreshableTargetSourceRefreshable 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 classRefreshableScriptTargetSourceSubclass ofBeanFactoryRefreshableTargetSourcethat determines whether a refresh is required through the givenScriptFactory.