Class StorageId


  • public class StorageId
    extends java.lang.Object
    DOM Storage identifier.
    • Constructor Summary

      Constructors 
      Constructor Description
      StorageId​(java.lang.String securityOrigin, java.lang.Boolean isLocalStorage)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getIsLocalStorage()
      Whether the storage is local storage (not session storage).
      java.lang.String getSecurityOrigin()
      Security origin for the storage.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StorageId

        public StorageId​(java.lang.String securityOrigin,
                         java.lang.Boolean isLocalStorage)
    • Method Detail

      • getSecurityOrigin

        public java.lang.String getSecurityOrigin()
        Security origin for the storage.
      • getIsLocalStorage

        public java.lang.Boolean getIsLocalStorage()
        Whether the storage is local storage (not session storage).