public abstract class JavaScriptExecutor
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
JavaScriptExecutor(HybridData hybridData) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close this executor and cleanup any resources that it was using.
|
abstract java.lang.String |
getName()
Returns the name of the executor, identifying the underlying runtime.
|
protected JavaScriptExecutor(HybridData hybridData)
public void close()
public abstract java.lang.String getName()