Package | Description |
---|---|
org.springframework.scripting.bsh |
Package providing integration of
BeanShell
(and BeanShell2)
into Spring's scripting infrastructure.
|
org.springframework.scripting.groovy |
Package providing integration of
Groovy
into Spring's scripting infrastructure.
|
org.springframework.scripting.support |
Support classes for Spring's scripting package.
|
Modifier and Type | Class and Description |
---|---|
class |
BshScriptEvaluator
BeanShell-based implementation of Spring's
ScriptEvaluator strategy interface. |
Modifier and Type | Class and Description |
---|---|
class |
GroovyScriptEvaluator
Groovy-based implementation of Spring's
ScriptEvaluator strategy interface. |
Modifier and Type | Class and Description |
---|---|
class |
StandardScriptEvaluator
javax.script (JSR-223) based implementation of Spring's ScriptEvaluator
strategy interface. |