Uses of Class
org.apache.wookie.w3c.exceptions.InvalidContentTypeException

Packages that use InvalidContentTypeException
org.apache.wookie.w3c   
org.apache.wookie.w3c.updates   
 

Uses of InvalidContentTypeException in org.apache.wookie.w3c
 

Methods in org.apache.wookie.w3c that throw InvalidContentTypeException
 W3CWidget W3CWidgetFactory.parse(java.net.URL url)
          Parse a widget at a given URL and return a W3CWidget object representing the processed information in the package.
 W3CWidget W3CWidgetFactory.parse(java.net.URL url, boolean ignoreContentType)
          Parse a widget at a given URL and return a W3CWidget object representing the processed information in the package.
 W3CWidget W3CWidgetFactory.parse(java.net.URL url, boolean ignoreContentType, java.lang.String defaultIdentifier)
          Parse a widget at a given URL and return a W3CWidget object representing the processed information in the package.
 

Uses of InvalidContentTypeException in org.apache.wookie.w3c.updates
 

Methods in org.apache.wookie.w3c.updates that throw InvalidContentTypeException
static W3CWidget UpdateUtils.getUpdate(W3CWidgetFactory factory, java.lang.String identifier, java.lang.String href, java.lang.String version, boolean onlyUseHttps)
          Gets the latest version of a widget
 



2012 Apache Software Foundation.