|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openqa.selenium.html5.AppCacheEntry
public class AppCacheEntry
Represents a cache resource in the application cache.
| Constructor Summary | |
|---|---|
AppCacheEntry(AppCacheType type,
String url,
String mimeType)
|
|
| Method Summary | |
|---|---|
String |
getMimeType()
Gets String representation of the Mime type the cache resource is labeled with. |
AppCacheType |
getType()
Gets the cache type, which can be any of the resource types listed in AppCacheType |
String |
getUrl()
Gets a String representation of the URL which identifies the cache resource. |
String |
toString()
Gets a human readable String representation of the cache entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AppCacheEntry(AppCacheType type,
String url,
String mimeType)
| Method Detail |
|---|
public AppCacheType getType()
AppCacheType
AppCacheTypepublic String getUrl()
public String getMimeType()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||