org.springframework.scripting.support
Class RefreshableScriptTargetSource
java.lang.Object
org.springframework.aop.target.dynamic.AbstractRefreshableTargetSource
org.springframework.aop.target.dynamic.BeanFactoryRefreshableTargetSource
org.springframework.scripting.support.RefreshableScriptTargetSource
- All Implemented Interfaces:
- Refreshable, TargetSource
public class RefreshableScriptTargetSource
- extends BeanFactoryRefreshableTargetSource
Subclass of BeanFactoryRefreshableTargetSource that determines whether a
refresh is required through the given ScriptSource.
- Since:
- 2.0
- Author:
- Rob Harrop, Rod Johnson
Method Summary |
protected boolean |
requiresRefresh()
Determine whether a refresh is required through calling
ScriptSource's isModified() method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RefreshableScriptTargetSource
public RefreshableScriptTargetSource(BeanFactory beanFactory,
String beanName,
ScriptSource scriptSource)
- Create a new RefreshableScriptTargetSource.
- Parameters:
beanFactory
- the BeanFactory to fetch beans frombeanName
- the name of the target beanscriptSource
- the ScriptSource to delegate to
for determining whether a refresh is required
requiresRefresh
protected boolean requiresRefresh()
- Determine whether a refresh is required through calling
ScriptSource's
isModified()
method.
- Overrides:
requiresRefresh
in class AbstractRefreshableTargetSource
- See Also:
ScriptSource.isModified()
Copyright © 2002-2007 The Spring Framework.