org.lobobrowser.html.js
Class Executor
java.lang.Object
org.lobobrowser.html.js.Executor
public class Executor
extends java.lang.Object
static String | SCOPE_KEY - A document
UserData key used
to map Javascript scope in the HTML document.
|
SCOPE_KEY
public static final String SCOPE_KEY
A document UserData
key used
to map Javascript scope in the HTML document.
createContext
public static Context createContext(java.net.URL codeSource,
UserAgentContext ucontext)
This method should be invoked instead of Context.enter
.
executeFunction
public static boolean executeFunction(Scriptable thisScope,
Function f,
java.net.URL codeSource,
UserAgentContext ucontext)
executeFunction
public static boolean executeFunction(NodeImpl element,
Function f,
Event event)
executeFunction
public static boolean executeFunction(NodeImpl element,
Object thisObject,
Function f,
Event event)