Uses of Class
org.springframework.scripting.ScriptCompilationException
Package
Description
Core interfaces for Spring's scripting support.
Package providing integration of
BeanShell
(and BeanShell2)
into Spring's scripting infrastructure.
Package providing integration of
Groovy
into Spring's scripting infrastructure.
Support classes for Spring's scripting package.
-
Uses of ScriptCompilationException in org.springframework.scripting
Modifier and TypeMethodDescriptionScriptEvaluator.evaluate
(ScriptSource script) Evaluate the given script.ScriptEvaluator.evaluate
(ScriptSource script, Map<String, Object> arguments) Evaluate the given script with the given arguments.ScriptFactory.getScriptedObject
(ScriptSource scriptSource, Class<?>... actualInterfaces) Factory method for creating the scripted Java object.Class<?>
ScriptFactory.getScriptedObjectType
(ScriptSource scriptSource) Determine the type of the scripted Java object. -
Uses of ScriptCompilationException in org.springframework.scripting.bsh
Modifier and TypeMethodDescriptionBshScriptFactory.getScriptedObject
(ScriptSource scriptSource, Class<?>... actualInterfaces) Load and parse the BeanShell script viaBshScriptUtils
.Class<?>
BshScriptFactory.getScriptedObjectType
(ScriptSource scriptSource) -
Uses of ScriptCompilationException in org.springframework.scripting.groovy
Modifier and TypeMethodDescriptionprotected Object
GroovyScriptFactory.executeScript
(ScriptSource scriptSource, Class<?> scriptClass) Instantiate the given Groovy script class and run it if necessary.GroovyScriptFactory.getScriptedObject
(ScriptSource scriptSource, Class<?>... actualInterfaces) Loads and parses the Groovy script via the GroovyClassLoader.Class<?>
GroovyScriptFactory.getScriptedObjectType
(ScriptSource scriptSource) -
Uses of ScriptCompilationException in org.springframework.scripting.support
Modifier and TypeMethodDescriptionStandardScriptFactory.getScriptedObject
(ScriptSource scriptSource, Class<?>... actualInterfaces) Load and parse the script via JSR-223's ScriptEngine.Class<?>
StandardScriptFactory.getScriptedObjectType
(ScriptSource scriptSource)