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

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

Introduction

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

The text is from its open source code.

Constructor

ResourceScriptSource(EncodedResource resource)
Create a new ResourceScriptSource for the given resource.
ResourceScriptSource(Resource resource)
Create a new ResourceScriptSource for the given resource.

Method

ResourcegetResource()
Return the org.springframework.core.io.Resource to load the script from.