Interface | Description |
---|---|
EntryVisitor | |
StorageBackend |
Represents a browser-local persistent storage backend.
|
StorageBackendFactory |
Creates instances of StorageBackend, tying each new instance to a particular
ErraiEntityManager.
|
Class | Description |
---|---|
Comparisons |
Non-instantiable utility methods for comparing two or more values.
|
LocalStorage |
Provides access to the methods of the standard Window.localStorage object
available in most browsers.
|
WebStorageBackend |
The storage backend for HTML WebStorage, a storage facility supported by most
browsers for at least 2.5 million characters of data, (5 megabytes of Unicode
text).
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.