GWT 2.7.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.
StorageImpl This is the HTML5 Storage implementation according to the standard recommendation.
StorageImplIE8 IE8-specific implementation of the Web Storage.
StorageImplNonNativeEvents Implementation of Storage with non-native events.
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.7.0