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.
|
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.
|
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 |
Super-source of JavaScriptExceptionBase that extends from JsException.
|
JavaScriptExceptionBase |
Super-source of JavaScriptExceptionBase that extends from JsException.
|
JavaScriptExceptionBase |
A helper so that we can change the parent of JavaScriptException via super-source.
|
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.
|
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.
|
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 so that we can change the parent of JavaScriptException via super-source.
|
Copyright © 2018. All rights reserved.