|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScriptCompilationException | |
---|---|
org.springframework.scripting | Core interfaces for Spring's scripting support. |
org.springframework.scripting.bsh | Package providing integration of BeanShell into Spring's scripting infrastructure. |
org.springframework.scripting.groovy | Package providing integration of Groovy into Spring's scripting infrastructure. |
org.springframework.scripting.jruby | Package providing integration of JRuby into Spring's scripting infrastructure. |
Uses of ScriptCompilationException in org.springframework.scripting |
---|
Methods in org.springframework.scripting that throw ScriptCompilationException | |
---|---|
java.lang.Object |
ScriptFactory.getScriptedObject(ScriptSource scriptSource,
java.lang.Class[] actualInterfaces)
Factory method for creating the scripted Java object. |
java.lang.Class |
ScriptFactory.getScriptedObjectType(ScriptSource scriptSource)
Determine the type of the scripted Java object. |
Uses of ScriptCompilationException in org.springframework.scripting.bsh |
---|
Methods in org.springframework.scripting.bsh that throw ScriptCompilationException | |
---|---|
java.lang.Object |
BshScriptFactory.getScriptedObject(ScriptSource scriptSource,
java.lang.Class[] actualInterfaces)
Load and parse the BeanShell script via BshScriptUtils . |
java.lang.Class |
BshScriptFactory.getScriptedObjectType(ScriptSource scriptSource)
|
Uses of ScriptCompilationException in org.springframework.scripting.groovy |
---|
Methods in org.springframework.scripting.groovy that throw ScriptCompilationException | |
---|---|
protected java.lang.Object |
GroovyScriptFactory.executeScript(ScriptSource scriptSource,
java.lang.Class scriptClass)
Instantiate the given Groovy script class and run it if necessary. |
java.lang.Object |
GroovyScriptFactory.getScriptedObject(ScriptSource scriptSource,
java.lang.Class[] actualInterfaces)
Loads and parses the Groovy script via the GroovyClassLoader. |
java.lang.Class |
GroovyScriptFactory.getScriptedObjectType(ScriptSource scriptSource)
|
Uses of ScriptCompilationException in org.springframework.scripting.jruby |
---|
Methods in org.springframework.scripting.jruby that throw ScriptCompilationException | |
---|---|
java.lang.Object |
JRubyScriptFactory.getScriptedObject(ScriptSource scriptSource,
java.lang.Class[] actualInterfaces)
Load and parse the JRuby script via JRubyScriptUtils. |
java.lang.Class |
JRubyScriptFactory.getScriptedObjectType(ScriptSource scriptSource)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |