| java.lang.Object com.google.gwt.dev.shell.mac.WebKitDispatchAdapter
WebKitDispatchAdapter | class WebKitDispatchAdapter implements DispatchObject(Code) | | Wraps an arbitrary Java Object as a Dispatch component. The class was
motivated by the need to expose Java objects into JavaScript.
An instance of this class with no target is used to globally access all
static methods or fields.
|
WebKitDispatchAdapter | WebKitDispatchAdapter(CompilingClassLoader cl)(Code) | | This constructor initializes as the static dispatcher, which handles only
static method calls and field references.
Parameters: cl - this class's classLoader |
WebKitDispatchAdapter | WebKitDispatchAdapter(CompilingClassLoader cl, Object target)(Code) | | This constructor initializes a dispatcher, around a particular instance.
Parameters: cl - this class's classLoader Parameters: target - the object being wrapped as an IDispatch |
|
|