spring-framework / org.springframework.scripting.bsh

Package org.springframework.scripting.bsh

Types

BshScriptEvaluator

open class BshScriptEvaluator : ScriptEvaluator, BeanClassLoaderAware

BeanShell-based implementation of Spring's ScriptEvaluator strategy interface.

BshScriptFactory

open class BshScriptFactory : ScriptFactory, BeanClassLoaderAware

org.springframework.scripting.ScriptFactory implementation for a BeanShell script.

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