Package org.springframework.scripting.support
Support classes for Spring's scripting package. Provides a ScriptFactoryPostProcessor for turning ScriptFactory definitions into scripted objects.
Class Summary Class Description RefreshableScriptTargetSource Subclass ofBeanFactoryRefreshableTargetSourcethat 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-223ScriptEngine.StaticScriptSource Static implementation of theScriptSourceinterface, encapsulating a given String that contains the script source text.Exception Summary Exception Description StandardScriptEvalException Exception decorating aScriptExceptioncoming out of JSR-223 script evaluation, i.e.