Package com.google.gwt.storage.client
package com.google.gwt.storage.client
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 withStorage
.
Related Documentation
For tutorials, examples, guides, and background documentation, please see:-
ClassDescriptionImplements the HTML5 Storage interface.Represents a Storage Event.Represents an Event handler for
StorageEvent
s.This is the HTML5 Storage implementation according to the standard recommendation.Implementation of Storage with non-native events.Exposes the local/sessionStorage
as a standardMap<String, String>
.