-
public final class FrameWithManifestFrame identifier - manifest URL pair.
-
-
Constructor Summary
Constructors Constructor Description FrameWithManifest(String frameId, String manifestURL, Integer status)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Integercomponent3()final FrameWithManifestcopy(String frameId, String manifestURL, Integer status)final StringgetFrameId()Frame identifier. final StringgetManifestURL()Manifest URL. final IntegergetStatus()Application cache status. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final Integer component3()
-
copy
final FrameWithManifest copy(String frameId, String manifestURL, Integer status)
-
getFrameId
final String getFrameId()
Frame identifier.
-
getManifestURL
final String getManifestURL()
Manifest URL.
-
-
-
-