Package | Description |
---|---|
com.google.gwt.dev.shell |
Modifier and Type | Method and Description |
---|---|
CompilingClassLoader |
ShellModuleSpaceHost.getClassLoader() |
CompilingClassLoader |
ModuleSpaceHost.getClassLoader() |
protected CompilingClassLoader |
ModuleSpace.getIsolatedClassLoader() |
Modifier and Type | Method and Description |
---|---|
static Object |
JsValueGlue.createJavaScriptObject(JsValue value,
CompilingClassLoader classLoader)
Create a JavaScriptObject instance referring to this JavaScript object.
|
static <T> T |
JsValueGlue.get(JsValue value,
CompilingClassLoader cl,
Class<T> type,
String msgPrefix)
Return an object containing the value JavaScript object as a specified
type.
|
void |
BrowserChannelServer.invokeJavascript(CompilingClassLoader ccl,
JsValueOOPHM jsthis,
String methodName,
JsValueOOPHM[] args,
JsValueOOPHM returnJsValue) |
static void |
JsValueGlue.set(JsValue value,
CompilingClassLoader cl,
Class<?> type,
Object obj)
Set the underlying value.
|
abstract <T> void |
JsValue.setWrappedJavaObject(CompilingClassLoader cl,
T val)
Set the JS object to the supplied object, which will be wrapped in a
platform-dependent JavaScript class.
|
<T> void |
JsValueOOPHM.setWrappedJavaObject(CompilingClassLoader cl,
T val) |
Constructor and Description |
---|
JavaDispatchImpl(CompilingClassLoader ccl)
This constructor initializes a dispatcher for handling static members.
|
JavaDispatchImpl(CompilingClassLoader ccl,
Object target)
This constructor initializes a dispatcher around a particular instance.
|
Copyright © 2018. All rights reserved.