| Package | Description |
|---|---|
| com.google.gwt.core.client.impl |
| Class and Description |
|---|
| AsyncFragmentLoader
Low-level support to download an extra fragment of code.
|
| AsyncFragmentLoader.LoadingStrategy
A strategy for loading code fragments.
|
| AsyncFragmentLoader.LoadTerminatedHandler
An interface for handlers of load completion.
|
| AsyncFragmentLoader.Logger
A strategy for logging progress.
|
| Disposable
Disposable objects are registered to be called when GWT.unloadModule() is invoked allowing a GWT module to clean
up danging DOM references and other exported or leaking references.
|
| LoadingStrategyBase
Base for a standard loading strategy used in a web browser.
|
| LoadingStrategyBase.DownloadStrategy
Subclasses will need to implement this and pass it in in the constructor.
|
| LoadingStrategyBase.RequestData
Since LoadingStrategy must support concurrent requests, we keep most of the
relevant info in the RequestData, and pass it around.
|
| SchedulerImpl
This is used by Scheduler to collaborate with Impl in order to have
FinallyCommands executed.
|
| SerializableThrowable
Deprecated.
use
SerializableThrowable instead. |
| StringBufferImpl
The interface to defer bound implementations of
StringBuilder and
StringBuffer. |
| StringBufferImplArrayBase
Superclass for all array-based string builder implementations.
|
| StringBuilderImpl
An implementation for a
StringBuilder or StringBuffer. |
| UnloadSupport
Rebound class to enable/disable support for
GWT.unloadModule() |
Copyright © 2018. All rights reserved.