spring-framework / org.springframework.scripting.support / StandardScriptEvaluator / <init>

<init>

StandardScriptEvaluator()

Construct a new StandardScriptEvaluator.

StandardScriptEvaluator(classLoader: ClassLoader)

Construct a new StandardScriptEvaluator for the given class loader.

Parameters

classLoader - the class loader to use for script engine detection

StandardScriptEvaluator(scriptEngineManager: ScriptEngineManager)

Construct a new StandardScriptEvaluator for the given JSR-223 ScriptEngineManager to obtain script engines from.

Parameters

scriptEngineManager - the ScriptEngineManager (or subclass thereof) to use

Since
4.2.2