Class BshScriptFactory

java.lang.Object
org.springframework.scripting.bsh.BshScriptFactory
All Implemented Interfaces:
Aware, BeanClassLoaderAware, ScriptFactory

public class BshScriptFactory extends Object implements ScriptFactory, BeanClassLoaderAware
ScriptFactory implementation for a BeanShell script.

Typically used in combination with a ScriptFactoryPostProcessor; see the latter's javadoc for a configuration example.

Since:
2.0
Author:
Juergen Hoeller, Rob Harrop
See Also: