GWT 2.4.0

Package com.google.gwt.storage.client

Provides for key-value Storage services.

See:
          Description

Interface Summary
StorageEvent.Handler Represents an Event handler for StorageEvents.
 

Class Summary
Storage Implements the HTML5 Storage interface.
StorageEvent Represents a Storage Event.
StorageMap Exposes the local/session Storage as a standard Map<String, String>.
 

Package com.google.gwt.storage.client Description

Provides for key-value Storage services.

Package Specification

This package contains the public interface to the Storage API. All Storage services are to be accessed using types from this package, starting with Storage.

Related Documentation

For tutorials, examples, guides, and background documentation, please see:


GWT 2.4.0