| org.springframework.scripting.ScriptSource |
Known Indirect Subclasses
|
Interface that defines the source of a script. Tracks whether the underlying script has been modified.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve the current script source text as String.
| |||||||||||
Indicate whether the underlying script data has been modified since
the last time
getScriptAsString() was called. | |||||||||||
Determine a class name for the underlying script.
| |||||||||||
Retrieve the current script source text as String.
| IOException | if script retrieval failed |
|---|
Indicate whether the underlying script data has been modified since
the last time getScriptAsString() was called.
Returns true if the script has not been read yet.
Determine a class name for the underlying script.
null if none available