Class StaticScriptSource

  • All Implemented Interfaces:
    ScriptSource

    public class StaticScriptSource
    extends Object
    implements ScriptSource
    Static implementation of the ScriptSource interface, encapsulating a given String that contains the script source text. Supports programmatic updates of the script String.
    Since:
    2.0
    Author:
    Rob Harrop, Juergen Hoeller