org.springframework.scripting |
Core interfaces for Spring's scripting support.
|
Java Source File Name | Type | Comment |
ScriptCompilationException.java | Class | Exception to be thrown on script compilation failure. |
ScriptFactory.java | Interface | Script definition interface, encapsulating the configuration
of a specific script as well as a factory method for
creating the actual scripted Java Object . |
ScriptSource.java | Interface | Interface that defines the source of a script. |