Uses of Class
com.gargoylesoftware.htmlunit.StorageHolder.Type
-
Packages that use StorageHolder.Type Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of StorageHolder.Type in com.gargoylesoftware.htmlunit
Methods in com.gargoylesoftware.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 com.gargoylesoftware.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.
-