Package | Description |
---|---|
com.google.gwt.storage.client |
Provides for key-value Storage services.
|
Modifier and Type | Method and Description |
---|---|
static Storage |
Storage.getLocalStorageIfSupported()
Returns a Local Storage.
|
static Storage |
Storage.getSessionStorageIfSupported()
Returns a Session Storage.
|
Storage |
StorageEvent.getStorageArea()
Returns the
Storage object that was affected. |
protected Storage |
StorageImplIE8.getStorageFromEvent(StorageEvent event) |
protected Storage |
StorageImpl.getStorageFromEvent(StorageEvent event)
Returns the
Storage object that was affected in the event. |
Constructor and Description |
---|
StorageMap(Storage storage)
Creates the Map with the specified Storage as data provider.
|