Uses of Class
org.htmlunit.StorageHolder.Type
-
Packages that use StorageHolder.Type Package Description org.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of StorageHolder.Type in org.htmlunit
Methods in org.htmlunit that return StorageHolder.Type Modifier and Type Method Description static StorageHolder.TypeStorageHolder.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.
-