Modifier and Type | Field and Description |
---|---|
protected static ThreadLocal<String> |
uniqueID |
Constructor and Description |
---|
GWTBridgeImpl(ShellJavaScriptHost host) |
Modifier and Type | Method and Description |
---|---|
<T> T |
create(Class<?> requestedClass)
Resolves a deferred binding request and create the requested object.
|
String |
getThreadUniqueID() |
String |
getVersion() |
boolean |
isClient()
Yes, we're running as client code in the hosted mode classloader.
|
void |
log(String message,
Throwable e)
Logs in dev shell.
|
protected static ThreadLocal<String> uniqueID
public GWTBridgeImpl(ShellJavaScriptHost host)
public <T> T create(Class<?> requestedClass)
public String getThreadUniqueID()
getThreadUniqueID
in class GWTBridge
public String getVersion()
getVersion
in class GWTBridge
public boolean isClient()
Copyright © 2018. All rights reserved.