See: Description
| Class | Description | 
|---|---|
| RefreshableScriptTargetSource | Subclass of  BeanFactoryRefreshableTargetSourcethat determines whether
 a refresh is required through the givenScriptFactory. | 
| ResourceScriptSource | ScriptSourceimplementation
 based on Spring'sResourceabstraction. | 
| ScriptFactoryPostProcessor | BeanPostProcessorthat
 handlesScriptFactorydefinitions,
 replacing each factory with the actual scripted Java object generated by it. | 
| StandardScriptEvaluator | javax.script(JSR-223) based implementation of Spring'sScriptEvaluatorstrategy interface. | 
| StandardScriptFactory | ScriptFactoryimplementation 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
  ScriptSourceinterface,
 encapsulating a given String that contains the script source text. | 
| Exception | Description | 
|---|---|
| StandardScriptEvalException | Exception decorating a  ScriptExceptioncoming out of
 JSR-223 script evaluation, i.e. |