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 Details

  • Method Details

    • getItem

      public String getItem(String key)
    • setItem

      public void setItem(String key, String value)
    • removeItem

      public void removeItem(String key)