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

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

Introduction

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

The text is from its open source code.

Implementation

org.springframework.scripting.ScriptSource has the following implementations.
Click this link to see all its implementation.

Method

StringgetScriptAsString()
Retrieve the current script source text as String.
booleanisModified()
Indicate whether the underlying script data has been modified since the last time #getScriptAsString() was called.
StringsuggestedClassName()
Determine a class name for the underlying script.