public interface ScriptEngine
Modifier and Type | Method and Description |
---|---|
Bindings |
compileBindings(Context context,
Bindings request,
Bindings... value)
Visits a function instance.
|
Object |
compileObject(Context context,
Object value)
Visits a function instance.
|
void |
compileScript(CompilationHandler handler) |
ScriptEngineFactory |
getFactory()
Returns a
ScriptEngineFactory for the class to which this
ScriptEngine belongs. |
void compileScript(CompilationHandler handler) throws ScriptException
ScriptException
ScriptEngineFactory getFactory()
ScriptEngineFactory
for the class to which this
ScriptEngine
belongs.ScriptEngineFactory
Bindings compileBindings(Context context, Bindings request, Bindings... value)
context
- A visitor specified parameter.request
- The binding of the requestvalue
- The Bindings instance.Copyright © 2025 Open Identity Platform Community. All rights reserved.