|
||||||||||
| 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,
java.lang.String url,
java.lang.String mimeType)
|
|
| Method Summary | |
|---|---|
java.lang.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 |
java.lang.String |
getUrl()
Gets a String representation of the URL which identifies the cache resource. |
java.lang.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,
java.lang.String url,
java.lang.String mimeType)
| Method Detail |
|---|
public AppCacheType getType()
AppCacheType
AppCacheTypepublic java.lang.String getUrl()
public java.lang.String getMimeType()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||