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