See: Description
| Class | Description | 
|---|---|
| RefreshableScriptTargetSource | 
 Subclass of  
BeanFactoryRefreshableTargetSource that determines whether
 a refresh is required through the given ScriptFactory. | 
| ResourceScriptSource | 
ScriptSource implementation
 based on Spring's Resource
 abstraction. | 
| ScriptFactoryPostProcessor | 
BeanPostProcessor that
 handles ScriptFactory definitions,
 replacing each factory with the actual scripted Java object generated by it. | 
| StandardScriptEvaluator | 
javax.script (JSR-223) based implementation of Spring's ScriptEvaluator
 strategy interface. | 
| StandardScriptFactory | 
ScriptFactory implementation based
 on the JSR-223 script engine abstraction (as included in Java 6+). | 
| StandardScriptUtils | 
 Common operations for dealing with a JSR-223  
ScriptEngine. | 
| StaticScriptSource | 
 Static implementation of the
  
ScriptSource interface,
 encapsulating a given String that contains the script source text. | 
| Exception | Description | 
|---|---|
| StandardScriptEvalException | 
 Exception decorating a  
ScriptException coming out of
 JSR-223 script evaluation, i.e. |