See: Description
Class | Description |
---|---|
RefreshableScriptTargetSource |
Subclass of
BeanFactoryRefreshableTargetSource that determines whether
a refresh is required through the given ScriptFactory . |
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. |