Uses of Class
org.htmlunit.javascript.host.Storage
-
Packages that use Storage Package Description org.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of Storage in org.htmlunit.javascript.host
Fields in org.htmlunit.javascript.host with type parameters of type Storage Modifier and Type Field Description private java.util.EnumMap<StorageHolder.Type,Storage>Window. storages_Methods in org.htmlunit.javascript.host that return Storage Modifier and Type Method Description StorageWindow. getLocalStorage()Returns thelocalStorageproperty.StorageWindow. getSessionStorage()Returns thesessionStorageproperty.StorageWindow. getStorage(StorageHolder.Type storageType)Gets the storage of the specified type.
-