public class SessionStorage
extends java.lang.Object
Representation of the window.sessionStorage
object in the JavaScript environment.
The actual store must survive page reloads.
Constructor | Description |
---|---|
SessionStorage(java.util.Map<java.lang.String,java.lang.String> store) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getItem(java.lang.String key) |
|
void |
removeItem(java.lang.String key) |
|
void |
setItem(java.lang.String key,
java.lang.String value) |
Copyright © 2008–2017 The CometD Project. All rights reserved.