public class GroovyScriptEngineImpl extends AbstractScriptEngine
errorWriter, reader, writer| Modifier and Type | Method and Description |
|---|---|
Bindings |
compileBindings(Context context,
Bindings request,
Bindings... value)
Visits a function instance.
|
void |
compileScript(CompilationHandler handler) |
ScriptEngineFactory |
getFactory()
Returns a
ScriptEngineFactory for the class to which this
ScriptEngine belongs. |
compileObject, getErrorWriter, getImports, getNull, getReader, getWriter, setErrorWriter, setReader, setWriterpublic void compileScript(CompilationHandler handler) throws ScriptException
ScriptExceptionpublic ScriptEngineFactory getFactory()
ScriptEngineScriptEngineFactory for the class to which this
ScriptEngine belongs.ScriptEngineFactorypublic Bindings compileBindings(Context context, Bindings request, Bindings... value)
ScriptEnginecontext - A visitor specified parameter.request - The binding of the requestvalue - The Bindings instance.Copyright © 2025 Open Identity Platform Community. All rights reserved.