com.gargoylesoftware.htmlunit
Class StorageHolder
java.lang.Object
com.gargoylesoftware.htmlunit.StorageHolder
- All Implemented Interfaces:
- Serializable
public class StorageHolder
- extends Object
- implements Serializable
Holder for different types of storages.
Experimental API: May be changed in next release!
- Version:
- $Revision: 7627 $
- Author:
- Ahmed Ashour, Ronald Brill, Marc Guillemot
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StorageHolder
public StorageHolder()
getStore
public Map<String,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
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.