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

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

Subclasses of DecodedContent in org.w3c.mwi.mobileok.basic
 class CssContent
          Represents a CSS content.
 class GifImageContent
          Represents a image/gif image resource.
 class ImageContent
          Abstract class that represents an image resource with a defined width and height.
 class JpegImageContent
          Represents a image/jpeg image resource.
 class NotSupportedContent
          Class that represents a resource whose content-type is not supported, or whose content-type is not supported within the context of the resource.
 class NotSupportedImageContent
          Represents a image/jpeg image resource.
 class RetrievalFailedContent
          Class that represents a resource that could not be retrieved because some of some network error.
 class TextContent
          Base class that represents an UTF-8 encoded text content.
 class XhtmlContent
          Represents an XHTML resource.
 

Fields in org.w3c.mwi.mobileok.basic declared as DecodedContent
private  DecodedContent Resource.decodedContent
          Decoded content.
 

Methods in org.w3c.mwi.mobileok.basic that return DecodedContent
 DecodedContent DecodedContentFactory.decodeContent(java.net.URI uri, java.util.List<RetrievalElement> retrieved, ResourceContext resourceContext)
          Creates an instance of a Resource based on the given parameters.
 DecodedContent MobileOKDecodedContentFactory.decodeContent(java.net.URI uri, java.util.List<RetrievalElement> retrieved, ResourceContext resourceContext)
           
 DecodedContent Resource.getContent()
          Returns the resource's decoded content.