|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StorageHolder.Type | |
|---|---|
| com.gargoylesoftware.htmlunit | Framework classes (contains the WebClient class which is the main entry point). |
| com.gargoylesoftware.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 com.gargoylesoftware.htmlunit |
|---|
| Methods in com.gargoylesoftware.htmlunit that return StorageHolder.Type | |
|---|---|
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. |
| Methods in com.gargoylesoftware.htmlunit with parameters of type StorageHolder.Type | |
|---|---|
Map<String,String> |
StorageHolder.getStore(StorageHolder.Type storageType,
Page page)
Gets the store of the give type for the page. |
| Uses of StorageHolder.Type in com.gargoylesoftware.htmlunit.javascript.host |
|---|
| Methods in com.gargoylesoftware.htmlunit.javascript.host with parameters of type StorageHolder.Type | |
|---|---|
Storage |
Window.getStorage(StorageHolder.Type storageType)
Gets the storage of the specified type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||