@NonNullApi @NonNullFields
请参阅: 说明
| 接口 | 说明 |
|---|---|
| ScriptEvaluator |
Spring's strategy interface for evaluating a script.
|
| ScriptFactory |
Script definition interface, encapsulating the configuration
of a specific script as well as a factory method for
creating the actual scripted Java
Object. |
| ScriptSource |
Interface that defines the source of a script.
|
| 异常错误 | 说明 |
|---|---|
| ScriptCompilationException |
Exception to be thrown on script compilation failure.
|