Package | Description |
---|---|
org.htmlunit |
Framework classes (contains the
WebClient
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.
|
Modifier and Type | Method and Description |
---|---|
static StorageHolder.Type |
StorageHolder.Type.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
StorageHolder.getStore(StorageHolder.Type storageType,
Page page)
Gets the store of the give type for the page.
|
Modifier and Type | Method and Description |
---|---|
Storage |
Window.getStorage(StorageHolder.Type storageType)
Gets the storage of the specified type.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.