Java org.springframework.scripting.support StaticScriptSource fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.scripting.support StaticScriptSource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.scripting.support StaticScriptSource.

The text is from its open source code.

Constructor

StaticScriptSource(String script)
Create a new StaticScriptSource for the given script.
StaticScriptSource(String script, @Nullable String className)
Create a new StaticScriptSource for the given script.