| |
|
| java.lang.Object org.springframework.scripting.support.ResourceScriptSource
Field Summary | |
final protected Log | logger |
logger | final protected Log logger(Code) | | Logger available to subclasses
|
ResourceScriptSource | public ResourceScriptSource(Resource resource)(Code) | | Create a new ResourceScriptSource for the given resource.
Parameters: resource - the Resource to load the script from |
isModified | public boolean isModified()(Code) | | |
retrieveLastModifiedTime | protected long retrieveLastModifiedTime()(Code) | | Retrieve the current last-modified timestamp of the underlying resource.
the current timestamp, or 0 if not determinable |
|
|
|