Class FrameWithManifest


  • public class FrameWithManifest
    extends java.lang.Object
    Frame identifier - manifest URL pair.
    • Constructor Summary

      Constructors 
      Constructor Description
      FrameWithManifest​(FrameId frameId, java.lang.String manifestURL, java.lang.Integer status)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FrameId getFrameId()
      Frame identifier.
      java.lang.String getManifestURL()
      Manifest URL.
      java.lang.Integer getStatus()
      Application cache status.
      • Methods inherited from class java.lang.Object

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

      • FrameWithManifest

        public FrameWithManifest​(FrameId frameId,
                                 java.lang.String manifestURL,
                                 java.lang.Integer status)
    • Method Detail

      • getFrameId

        public FrameId getFrameId()
        Frame identifier.
      • getManifestURL

        public java.lang.String getManifestURL()
        Manifest URL.
      • getStatus

        public java.lang.Integer getStatus()
        Application cache status.