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 Storage
Window. getLocalStorage()
Returns thelocalStorage
property.Storage
Window. getSessionStorage()
Returns thesessionStorage
property.Storage
Window. getStorage(StorageHolder.Type storageType)
Gets the storage of the specified type.
-