Package org.cometd.javascript
Class SessionStorage
- java.lang.Object
-
- org.cometd.javascript.SessionStorage
-
public class SessionStorage extends Object
Representation of the
window.sessionStorageobject in the JavaScript environment.The actual store must survive page reloads.
-
-
Constructor Summary
Constructors Constructor Description SessionStorage(Map<String,String> store)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetItem(String key)voidremoveItem(String key)voidsetItem(String key, String value)
-