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

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

Uses of BadWidgetZipFileException in org.apache.wookie.w3c
 

Methods in org.apache.wookie.w3c that throw BadWidgetZipFileException
 W3CWidget W3CWidgetFactory.parse(java.io.File zipFile)
          Parse a given ZipFile and return a W3CWidget object representing the processed information in the package.
 W3CWidget W3CWidgetFactory.parse(java.io.File zipFile, java.lang.String defaultIdentifier)
          Parse a given ZipFile and return a W3CWidget object representing the processed information in the package.
 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 BadWidgetZipFileException in org.apache.wookie.w3c.updates
 

Methods in org.apache.wookie.w3c.updates that throw BadWidgetZipFileException
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.