The Spring Framework

Package org.springframework.scripting.support

Support classes for Spring's scripting package.

See:
          Description

Class Summary
RefreshableScriptTargetSource Subclass of BeanFactoryRefreshableTargetSource that determines whether a refresh is required through the given ScriptSource.
ResourceScriptSource ScriptSource implementation based on Spring's Resource abstraction.
ScriptFactoryPostProcessor BeanPostProcessor that handles ScriptFactory definitions, replacing each factory with the actual scripted Java object generated by it.
StaticScriptSource Static implementation of the ScriptSource interface, encapsulating a given String that contains the script source text.
 

Package org.springframework.scripting.support Description

Support classes for Spring's scripting package. Provides a ScriptFactoryPostProcessor for turning ScriptFactory definitions into scripted objects.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.