Interface | Description |
---|---|
StorageEvent.Handler |
Represents an Event handler for
StorageEvent s. |
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.
|
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> . |
Storage
.