-
public final class GetManifestForFrameResponseResponse type for the ApplicationCacheDomain.getManifestForFrame command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringmanifestURL
-
Constructor Summary
Constructors Constructor Description GetManifestForFrameResponse(String manifestURL)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final GetManifestForFrameResponsecopy(String manifestURL)final StringgetManifestURL()Manifest URL for document in the given frame. -
-
Constructor Detail
-
GetManifestForFrameResponse
GetManifestForFrameResponse(String manifestURL)
-
-
Method Detail
-
component1
final String component1()
-
copy
final GetManifestForFrameResponse copy(String manifestURL)
-
getManifestURL
final String getManifestURL()
Manifest URL for document in the given frame.
-
-
-
-