The Spring Framework

Uses of Class
org.springframework.scripting.ScriptCompilationException

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
 Object 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
 

Methods in org.springframework.scripting.bsh that throw ScriptCompilationException
 Object BshScriptFactory.getScriptedObject(ScriptSource actualScriptSource, Class[] actualInterfaces)
          Load and parse the BeanShell script via BshScriptUtils.
 Class BshScriptFactory.getScriptedObjectType(ScriptSource scriptSource)
           
 

Uses of ScriptCompilationException in org.springframework.scripting.groovy
 

Methods in org.springframework.scripting.groovy that throw ScriptCompilationException
protected  Object GroovyScriptFactory.executeScript(Class scriptClass)
          Instantiate the given Groovy script class and run it if necessary.
 Object 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.jruby
 

Methods in org.springframework.scripting.jruby that throw ScriptCompilationException
 Object JRubyScriptFactory.getScriptedObject(ScriptSource scriptSource, Class[] actualInterfaces)
          Load and parse the JRuby script via JRubyScriptUtils.
 Class JRubyScriptFactory.getScriptedObjectType(ScriptSource scriptSource)
           
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.