类 StaticScriptSource

  • 所有已实现的接口:
    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.
    从以下版本开始:
    2.0
    作者:
    Rob Harrop, Juergen Hoeller