Class | Description |
---|---|
Array |
This is an intrinsic class that contains the implementation details for Java arrays.
|
CoverageUtil |
Utilities used for code coverage, to be injected into the JavaScript AST.
|
JavaClassHierarchySetupUtil |
Utility class for defining class prototyes to setup an equivalent to the Java class hierarchy in
JavaScript.
|
LongLib |
Implements a Java
long in a way that can be translated to
JavaScript. |
ModuleUtils |
This is an intrinsic class that contains helper methods for module startup.
|
RuntimePropertyRegistry |
A queryable runtime registry of binding property providers and configuration property
values.
Supports the execution of runtime rebinding by providing property value lookup to executing runtime rebind rules. |
RuntimePropertyRegistry.PropertyValueProvider |
A base for classes that can return or calculate a value for a property.
|
RuntimeRebinder |
A runtime rebinder of requested types as well as the central registry for rebind rules to use to
service these rebind requests.
|
RuntimeRebindRule |
A base for rule classes that can judge conditions and create object instances as part of the
runtime rebind rule framework.
Instances are registered with the RuntimeRebinder as part of module bootstrapping and are queried and creation invoked to service GWT.create() invocations. Subclasses are dynamically generated during compilation to match replacement, generator output and fallback rebind rules. |
Copyright © 2018. All rights reserved.