Interface | Description |
---|---|
AsyncFragmentLoader.LoadingStrategy |
A strategy for loading code fragments.
|
AsyncFragmentLoader.LoadTerminatedHandler |
An interface for handlers of load completion.
|
AsyncFragmentLoader.Logger |
A strategy for logging progress.
|
LoadingStrategyBase.DownloadStrategy |
Subclasses will need to implement this and pass it in in the constructor.
|
SpecializeMethod.ANY |
Represents a type that matches any type, even void.
|
Class | Description |
---|---|
AsyncFragmentLoader |
Low-level support to download an extra fragment of code.
|
AsyncFragmentLoader |
Low-level support to download an extra fragment of code.
|
AsyncFragmentLoader.LwmLabels |
Labels used for runAsync lightweight metrics.
|
AsyncFragmentLoader.StandardLogger |
The standard logger used in a web browser.
|
Coercions |
Private implementation class for GWT.
|
Coercions |
Private implementation class for GWT.
|
CrossSiteLoadingStrategy |
Load runAsync code using a script tag.
|
CrossSiteLoadingStrategy |
Load runAsync code using a script tag.
|
Impl |
Private implementation class for GWT core.
|
Impl |
Private implementation class for GWT core.
|
JavaScriptExceptionBase |
A super-source version of JavaScriptExceptionBase so that we can call super constructor that
disables #fillInStackTrace without breaking Java6 compatibility.
|
JavaScriptExceptionBase |
A helper to super-source just the parent constructor call that doesn't exist in Java6.
|
JavaScriptExceptionBase |
A super-source version of JavaScriptExceptionBase so that we can call super constructor that
disables #fillInStackTrace without breaking Java6 compatibility.
|
LoadingStrategyBase |
Base for a standard loading strategy used in a web browser.
|
LoadingStrategyBase |
Base for a standard loading strategy used in a web browser.
|
LoadingStrategyBase.RequestData |
Since LoadingStrategy must support concurrent requests, we keep most of the
relevant info in the RequestData, and pass it around.
|
Md5Digest |
GWT implementation of MD5.
|
Md5Digest |
GWT implementation of MD5.
|
OnSuccessExecutor |
An asynchronous
RunAsyncCallback#onSuccess() executor using a deferred command. |
SchedulerImpl |
This is used by Scheduler to collaborate with Impl in order to have
FinallyCommands executed.
|
SchedulerImpl |
This is used by Scheduler to collaborate with Impl in order to have
FinallyCommands executed.
|
ScriptTagLoadingStrategy |
A download strategy that uses a JSONP style script tag mechanism.
|
ScriptTagLoadingStrategy |
A download strategy that uses a JSONP style script tag mechanism.
|
ScriptTagLoadingStrategy.ScriptTagDownloadStrategy |
Uses a JSONP style script tag mechanism to download the code.
|
SerializableThrowable | Deprecated
use
SerializableThrowable instead. |
SerializableThrowable | Deprecated
use
SerializableThrowable instead. |
SerializableThrowable.ThrowableWithClassName | Deprecated
use com.google.gwt.core.client.SerializableThrowable instead.
|
SourceMapProperty |
Helper class to query if SourceMaps are enabled and capable of working on the current user
agent.
|
SourceMapProperty |
Helper class to query if SourceMaps are enabled and capable of working on the current user
agent.
|
StackTraceCreator |
Encapsulates logic to create a stack trace.
|
StackTraceCreator |
Encapsulates logic to create a stack trace.
|
SuperDevModeLogger |
The implementation of GWT.log() used when Super Dev Mode is on.
|
SuperDevModeLogger |
The implementation of GWT.log() used when Super Dev Mode is on.
|
SynchronousOnSuccessExecutor |
An synchronous
RunAsyncCallback#onSuccess() executor that immediately calls onSuccess. |
WeakMapping |
A class associating a (String, Object) map with arbitrary source objects
(except for Strings).
|
WeakMapping |
A class associating a (String, Object) map with arbitrary source objects
(except for Strings).
|
WeakMapping |
A class associating a (String, Object) map with arbitrary source objects
(except for Strings).
|
WeakMapping |
A class associating a (String, Object) map with arbitrary source objects
(except for Strings).
|
XhrLoadingStrategy |
A download strategy that uses XHRs and iss therefore not cross site compatible.
|
XhrLoadingStrategy |
A download strategy that uses XHRs and iss therefore not cross site compatible.
|
XhrLoadingStrategy.XhrDownloadStrategy |
Uses XHR's to download the code.
|
Exception | Description |
---|---|
JavaScriptExceptionBase |
A helper to super-source just the parent constructor call that doesn't exist in Java6.
|
Annotation Type | Description |
---|---|
CompilerHint |
An annotation to mark another annotation as a compiler hint.
|
DoNotInline |
An annotation to mark a given method as not inlineable.
|
SpecializeMethod |
An annotation to mark a given method as being specialized.
|
Copyright © 2018. All rights reserved.