Uses of Class
org.springframework.scripting.ScriptCompilationException
Packages that use 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.scriptingMethods in org.springframework.scripting that throw ScriptCompilationExceptionModifier 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.bshMethods in org.springframework.scripting.bsh that throw ScriptCompilationExceptionModifier 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.groovyMethods in org.springframework.scripting.groovy that throw ScriptCompilationExceptionModifier and TypeMethodDescriptionprotected ObjectGroovyScriptFactory.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.supportMethods in org.springframework.scripting.support that throw ScriptCompilationExceptionModifier and TypeMethodDescriptionStandardScriptFactory.getScriptedObject(ScriptSource scriptSource, Class<?>... actualInterfaces) Load and parse the script via JSR-223's ScriptEngine.Class<?>StandardScriptFactory.getScriptedObjectType(ScriptSource scriptSource)