Package com.google.gwt.ajaxloader.client

Classes that wrap the google.load() function to load Google JavaScript libraries.

See:
          Description

Interface Summary
AjaxKeyConstants For retrieving host:port/key pairs from a file.
 

Class Summary
AjaxKeyRepository Stores keys for different locations (hostname:port).
AjaxLoader A wrapper for the google Ajax API loader.
AjaxLoader.AjaxLoaderOptions An object to pass as the third parameter to load() call.
ArrayHelper Convenience methods for working with GWT JsArrays.
ClientLocation Wraps the ClientLocation object stored on google.loader described at http://code.google.com/apis/ajax/documentation/#ClientLocation
ExceptionHelper Helps with the GWT uncaught exception handler.
JsDate Wraps a JavaScript Date object.
Properties A collection of properties of arbitrary type, for interoperability with non-GWT JavaScript libraries.
 

Exception Summary
Properties.TypeException An exception thrown by the get methods when the key is found but the value has an unexpected type.
 

Package com.google.gwt.ajaxloader.client Description

Classes that wrap the google.load() function to load Google JavaScript libraries.

The classes in this package provide GWT access to the google.load function in JavaScript to load other Google Ajax libraries. See the Ajax API documentation online at Google Code.