package

com.google.gwt.core.client.impl

Interfaces

AsyncFragmentLoader.LoadingStrategy A strategy for loading code fragments. 
AsyncFragmentLoader.LoadTerminatedHandler An interface for handlers of load completion. 
AsyncFragmentLoader.Logger A strategy for logging progress. 

Classes

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. 
CrossSiteIframeLoadingStrategy Load runAsync code using a script tag. 
CrossSiteLoadingStrategy Load runAsync code using a script tag. 
Impl Private implementation class for GWT core. 
Md5Digest GWT implementation of MD5. 
SchedulerImpl This is used by Scheduler to collaborate with Impl in order to have FinallyCommands executed. 
SerializableThrowable The emulated Throwable class does not serialize Throwables recursively and does not serialize the stack trace. 
StackTraceCreator Encapsulates logic to create a stack trace. 
StringBufferImpl

The interface to defer bound implementations of StringBuilder and StringBuffer. 

StringBufferImplAppend A StringBufferImpl that uses += for appending strings. 
StringBufferImplArray A StringBufferImpl that uses an array and an explicit length for appending strings. 
StringBufferImplArrayBase Superclass for all array-based string builder implementations. 
StringBufferImplConcat A StringBufferImplArrayBase that does a concat for toString(). 
StringBufferImplPush A StringBufferImplArrayBase that uses push for appending strings. 
StringBuilderImpl

An implementation for a StringBuilder or StringBuffer. 

StringBuilderImpl.ImplArray A StringBuilderImpl that uses an array and an explicit length for appending strings. 
StringBuilderImpl.ImplPush A StringBuilderImpl that uses push for appending strings. 
StringBuilderImpl.ImplStringAppend A StringBuilderImpl that uses += for appending strings. 
WeakMapping A class associating a (String, Object) map with arbitrary source objects (except for Strings). 
XhrLoadingStrategy The standard loading strategy used in a web browser. 
XhrLoadingStrategy.RequestData Since LoadingStrategy must support concurrent requests, including figuring which is which in the onLoadError handling, we need to keep track of this data for each outstanding request, which we index by xhr object.