Package org.htmlunit
Class StorageHolder
- java.lang.Object
-
- org.htmlunit.StorageHolder
-
- All Implemented Interfaces:
java.io.Serializable
public class StorageHolder extends java.lang.Object implements java.io.SerializableHolder for different types of storages.Experimental API: May be changed in next release!
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStorageHolder.TypeType for Storage.
-
Constructor Summary
Constructors Constructor Description StorageHolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>getStore(StorageHolder.Type storageType, Page page)Gets the store of the give type for the page.
-
-
-
Method Detail
-
getStore
public java.util.Map<java.lang.String,java.lang.String> getStore(StorageHolder.Type storageType, Page page)
Gets the store of the give type for the page.- Parameters:
storageType- the typepage- the page- Returns:
- the store
-
-