Uses of Enum
org.htmlunit.StorageHolder.Type
Packages that use StorageHolder.Type
Package
Description
Framework classes (contains the
WebClient
class which is the main entry point).Implementations of the various JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
-
Uses of StorageHolder.Type in org.htmlunit
Subclasses with type arguments of type StorageHolder.Type in org.htmlunitMethods in org.htmlunit that return StorageHolder.TypeModifier and TypeMethodDescriptionstatic StorageHolder.TypeReturns 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 -
Uses of StorageHolder.Type in org.htmlunit.javascript.host
Fields in org.htmlunit.javascript.host with type parameters of type StorageHolder.TypeModifier and TypeFieldDescriptionprivate final EnumMap<StorageHolder.Type, Storage> Window.storages_Methods in org.htmlunit.javascript.host with parameters of type StorageHolder.TypeModifier and TypeMethodDescriptionWindow.getStorage(StorageHolder.Type storageType) Gets the storage of the specified type.