public interface ScriptableExecutor
extends org.mozilla.javascript.Scriptable
Modifier and Type | Method and Description |
---|---|
default void |
jsConstructor()
This Method jsConstructor is mandatory to be able to construct the Object as a javascript object.
|
void |
setup(JSScriptable scriptable)
Setup the executor.
|
default void jsConstructor()
void setup(JSScriptable scriptable)
scriptable
- the parent scriptableCopyright © 2019-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence