com.gargoylesoftware.htmlunit
Class StorageHolder

java.lang.Object
  extended by 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: 7931 $
Author:
Ahmed Ashour, Ronald Brill, Marc Guillemot
See Also:
Serialized Form

Nested Class Summary
static class StorageHolder.Type
          Type for Storage.
 
Constructor Summary
StorageHolder()
           
 
Method Summary
 Map<String,String> getStore(StorageHolder.Type storageType, Page page)
          Gets the store of the give type for the page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageHolder

public StorageHolder()
Method Detail

getStore

public Map<String,String> getStore(StorageHolder.Type storageType,
                                   Page page)
Gets the store of the give type for the page.

Parameters:
storageType - the type
page - the page
Returns:
the store


Copyright © 2002–2013 Gargoyle Software Inc.. All rights reserved.