Uses of Class
org.w3c.mwi.mobileok.basic.HTTPResource

Packages that use HTTPResource
org.w3c.mwi.mobileok.basic Contains the mobileOK Checker Java library that may be used to claim conformance to the W3C mobileOK Basic Tests 1.0 standard, or in a more generic way to build a moki representation of an HTTP(S) resource and run tests against it. 
 

Uses of HTTPResource in org.w3c.mwi.mobileok.basic
 

Subclasses of HTTPResource in org.w3c.mwi.mobileok.basic
 class HTTPCSSResource
          Represents CSS styles defined in an external resource retrieved using HTTP.
 class HTTPImageResource
          Represents an image resource retrieved via HTTP (or HTTPS).
 class HTTPObjectResource
          Represents an object resource retrieved via HTTP (or HTTPS).
 class HTTPTextResource
          Base class that represents an UTF-8 encoded text resource retrieved via HTTP (or HTTPS).
 class HTTPXHTMLResource
          Represents an XHTML resource retrieved via HTTP (or HTTPS).
 

Fields in org.w3c.mwi.mobileok.basic with type parameters of type HTTPResource
(package private) static java.util.Comparator<HTTPResource> HTTPResourceComparator.INSTANCE
           
 

Methods in org.w3c.mwi.mobileok.basic that return types with arguments of type HTTPResource
 java.util.List<HTTPResource> PreprocessorResults.getLinkedResources()
           
 

Methods in org.w3c.mwi.mobileok.basic with parameters of type HTTPResource
 int HTTPResourceComparator.compare(HTTPResource o1, HTTPResource o2)
           
 

Method parameters in org.w3c.mwi.mobileok.basic with type arguments of type HTTPResource
 void PreprocessorResults.setLinkedResources(java.util.List<HTTPResource> linkedResources)