Class SessionStorage


  • public class SessionStorage
    extends Object

    Representation of the window.sessionStorage object in the JavaScript environment.

    The actual store must survive page reloads.

    • Constructor Detail

    • Method Detail

      • setItem

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

        public void removeItem​(String key)