Uses of Class
org.htmlunit.StorageHolder.Type
-
Packages that use StorageHolder.Type Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point).org.htmlunit.javascript.host Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't need anything in this package. -
-
Uses of StorageHolder.Type in org.htmlunit
Methods in org.htmlunit that return StorageHolder.Type Modifier and Type Method Description static StorageHolder.Type
StorageHolder.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StorageHolder.Type[]
StorageHolder.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.htmlunit with parameters of type StorageHolder.Type Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
StorageHolder. getStore(StorageHolder.Type storageType, Page page)
Gets the store of the give type for the page. -
Uses of StorageHolder.Type in org.htmlunit.javascript.host
Fields in org.htmlunit.javascript.host with type parameters of type StorageHolder.Type Modifier and Type Field Description private java.util.EnumMap<StorageHolder.Type,Storage>
Window. storages_
Methods in org.htmlunit.javascript.host with parameters of type StorageHolder.Type Modifier and Type Method Description Storage
Window. getStorage(StorageHolder.Type storageType)
Gets the storage of the specified type.
-