| Name | Description | Type | Package | Framework |
| BshScriptEvaluator | BeanShell-based implementation of Spring's ScriptEvaluator strategy interface. | Class | org.springframework.scripting.bsh | Spring MVC |
| BshScriptFactory | ScriptFactory implementationfor a BeanShell script. | Class | org.springframework.scripting.bsh | Spring MVC |
| BshScriptUtils | Utility methods for handling BeanShell-scripted objects. | Class | org.springframework.scripting.bsh | Spring MVC |
| BshScriptUtils .BshExecutionException | Exception to be thrown on script execution failure. | Class | org.springframework.scripting.bsh.BshScriptUtils | Spring MVC |
| GroovyObjectCustomizer | Strategy used by GroovyScriptFactory to allow the customization ofa created GroovyObject. | Interface | org.springframework.scripting.groovy | Spring MVC |
| GroovyScriptEvaluator | Groovy-based implementation of Spring's ScriptEvaluator strategy interface. | Class | org.springframework.scripting.groovy | Spring MVC |
| GroovyScriptFactory | ScriptFactory implementationfor a Groovy script. | Class | org.springframework.scripting.groovy | Spring MVC |
| JRubyScriptFactory | ScriptFactory implementationTypically used in combination with a | Class | org.springframework.scripting.jruby | Spring MVC |
| JRubyScriptUtils | Utility methods for handling JRuby-scripted objects. | Class | org.springframework.scripting.jruby | Spring MVC |
| JRubyScriptUtils .JRubyExecutionException | Exception thrown in response to a JRuby RaiseExceptionbeing thrown from a JRuby method invocation. | Class | org.springframework.scripting.jruby.JRubyScriptUtils | Spring MVC |
| LangNamespaceHandler | NamespaceHandler that supports the wiring ofobjects backed by dynamic languages such as Groovy, JRuby and | Class | org.springframework.scripting.config | Spring MVC |
| LangNamespaceUtils | Class | org.springframework.scripting.config | Spring MVC | |
| RefreshableScriptTargetSource | Subclass of BeanFactoryRefreshableTargetSource that determines whethera refresh is required through the given ScriptFactory. | Class | org.springframework.scripting.support | Spring MVC |
| ResourceScriptSource | ScriptSource implementationbased on Spring's Resource | Class | org.springframework.scripting.support | Spring MVC |
| ScriptCompilationException | Exception to be thrown on script compilation failure. | Class | org.springframework.scripting | Spring MVC |
| ScriptEvaluator | Spring's strategy interface for evaluating a script. | Interface | org.springframework.scripting | Spring MVC |
| ScriptFactory | Script definition interface, encapsulating the configurationof a specific script as well as a factory method for | Interface | org.springframework.scripting | Spring MVC |
| ScriptFactoryPostProcessor | BeanPostProcessor thathandles ScriptFactory definitions, | Class | org.springframework.scripting.support | Spring MVC |
| ScriptingDefaultsParser | Class | org.springframework.scripting.config | Spring MVC | |
| ScriptSource | Interface that defines the source of a script. | Interface | org.springframework.scripting | Spring MVC |
| StandardScriptEvalException | Exception decorating a ScriptException coming out ofJSR-223 script evaluation, i. | Class | org.springframework.scripting.support | Spring MVC |
| StandardScriptEvaluator | javax. | Class | org.springframework.scripting.support | Spring MVC |
| StandardScriptFactory | ScriptFactory implementation basedon the JSR-223 script engine abstraction (as included in Java 6+). | Class | org.springframework.scripting.support | Spring MVC |
| StandardScriptUtils | Common operations for dealing with a JSR-223 ScriptEngine. | Class | org.springframework.scripting.support | Spring MVC |
| StaticScriptSource | Static implementation of theScriptSource interface, | Class | org.springframework.scripting.support | Spring MVC |