| Package | Description | 
|---|---|
| org.springframework.scripting.bsh | 
 Package providing integration of
 BeanShell
 (and BeanShell2)
 into Spring's scripting infrastructure. 
 | 
| org.springframework.scripting.groovy | 
 Package providing integration of
 Groovy
 into Spring's scripting infrastructure. 
 | 
| org.springframework.scripting.support | 
 Support classes for Spring's scripting package. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BshScriptFactory
ScriptFactory implementation
 for a BeanShell script. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GroovyScriptFactory
ScriptFactory implementation
 for a Groovy script. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
StandardScriptFactory
ScriptFactory implementation based
 on the JSR-223 script engine abstraction (as included in Java 6+). | 
| Constructor and Description | 
|---|
RefreshableScriptTargetSource(BeanFactory beanFactory,
                             String beanName,
                             ScriptFactory scriptFactory,
                             ScriptSource scriptSource,
                             boolean isFactoryBean)
Create a new RefreshableScriptTargetSource. 
 |