spring-framework / org.springframework.scripting.groovy

Package org.springframework.scripting.groovy

Types

GroovyScriptEvaluator

open class GroovyScriptEvaluator : ScriptEvaluator, BeanClassLoaderAware

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

GroovyScriptFactory

open class GroovyScriptFactory : ScriptFactory, BeanFactoryAware, BeanClassLoaderAware

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

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

Note: Spring 4.0 supports Groovy 1.8 and higher.