接口的使用
org.springframework.aop.target.dynamic.Refreshable
使用Refreshable的程序包 程序包 说明 org.springframework.aop.target.dynamic org.springframework.scripting.support Support classes for Spring's scripting package.org.springframework.aop.target.dynamic中Refreshable的使用
实现Refreshable的org.springframework.aop.target.dynamic中的类 修饰符和类型 类 说明 class
AbstractRefreshableTargetSource
AbstractTargetSource
implementation that wraps a refreshable target object.class
BeanFactoryRefreshableTargetSource
Refreshable TargetSource that fetches fresh target beans from a BeanFactory.org.springframework.scripting.support中Refreshable的使用
实现Refreshable的org.springframework.scripting.support中的类 修饰符和类型 类 说明 class
RefreshableScriptTargetSource
Subclass ofBeanFactoryRefreshableTargetSource
that determines whether a refresh is required through the givenScriptFactory
.