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, setWriter
public void compileScript(CompilationHandler handler) throws ScriptException
ScriptException
public ScriptEngineFactory getFactory()
ScriptEngine
ScriptEngineFactory
for the class to which this
ScriptEngine
belongs.ScriptEngineFactory
public Bindings compileBindings(Context context, Bindings request, Bindings... value)
ScriptEngine
context
- A visitor specified parameter.request
- The binding of the requestvalue
- The Bindings instance.Copyright © 2025 Open Identity Platform Community. All rights reserved.