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:-
Interface Summary Interface Description StorageEvent.Handler Represents an Event handler forStorageEvents. -
Class Summary Class Description Storage Implements the HTML5 Storage interface.StorageEvent Represents a Storage Event.StorageImpl This is the HTML5 Storage implementation according to the standard recommendation.StorageImplNonNativeEvents Implementation of Storage with non-native events.StorageMap Exposes the local/sessionStorageas a standardMap<String, String>.