类 RefreshableScriptTargetSource

所有已实现的接口:
Refreshable, TargetClassAware, TargetSource

public class RefreshableScriptTargetSource extends BeanFactoryRefreshableTargetSource
Subclass of BeanFactoryRefreshableTargetSource that determines whether a refresh is required through the given ScriptFactory.
从以下版本开始:
4.0
作者:
Rob Harrop, Juergen Hoeller, Mark Fisher
  • 构造器详细资料

    • RefreshableScriptTargetSource

      public RefreshableScriptTargetSource(BeanFactory beanFactory, String beanName, ScriptFactory scriptFactory, ScriptSource scriptSource, boolean isFactoryBean)
      Create a new RefreshableScriptTargetSource.
      参数:
      beanFactory - the BeanFactory to fetch the scripted bean from
      beanName - the name of the target bean
      scriptFactory - the ScriptFactory to delegate to for determining whether a refresh is required
      scriptSource - the ScriptSource for the script definition
      isFactoryBean - whether the target script defines a FactoryBean
  • 方法详细资料