Uses of Class
org.openqa.selenium.html5.AppCacheType

Packages that use AppCacheType
org.openqa.selenium.html5   
 

Uses of AppCacheType in org.openqa.selenium.html5
 

Methods in org.openqa.selenium.html5 that return AppCacheType
static AppCacheType AppCacheType.getEnum(int value)
          Gets the AppCacheType for the given int value.
 AppCacheType AppCacheEntry.getType()
          Gets the cache type, which can be any of the resource types listed in AppCacheType
static AppCacheType AppCacheType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AppCacheType[] AppCacheType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.openqa.selenium.html5 with parameters of type AppCacheType
AppCacheEntry(AppCacheType type, java.lang.String url, java.lang.String mimeType)
           
 



Copyright © 2011. All Rights Reserved.