Package org.cometd.javascript
Class SessionStorage
java.lang.Object
org.cometd.javascript.SessionStorage
public class SessionStorage extends Object
Representation of the window.sessionStorage
object in the JavaScript environment.
The actual store must survive page reloads.
-
Constructor Summary
Constructors Constructor Description SessionStorage(Map<String,String> store)
-
Method Summary