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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

ClassgetScriptedObjectType(ScriptSource scriptSource)
Determine the type of the scripted Java object.
Class[]getScriptInterfaces()
Return the business interfaces that the script is supposed to implement.
StringgetScriptSourceLocator()
Return a locator that points to the source of the script.
booleanrequiresConfigInterface()
Return whether the script requires a config interface to be generated for it.