public class StorageHolder extends Object implements Serializable
Experimental API: May be changed in next release!
| Modifier and Type | Class and Description | 
|---|---|
| static class  | StorageHolder.TypeType for Storage. | 
| Constructor and Description | 
|---|
| StorageHolder() | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,String> | getLocalStorage(URL url)Gets the local storage (map). | 
| Map<String,String> | getSessionStorage(WebWindow webWindow)Gets the local storage (map). | 
| Map<String,String> | getStore(StorageHolder.Type storageType,
        Page page)Gets the store of the give type for the page. | 
public Map<String,String> getStore(StorageHolder.Type storageType, Page page)
storageType - the typepage - the pagepublic Map<String,String> getLocalStorage(URL url)
url - the page originCopyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.