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

Packages that use BadManifestException
org.apache.wookie.w3c   
org.apache.wookie.w3c.exceptions   
org.apache.wookie.w3c.impl   
org.apache.wookie.w3c.updates   
org.apache.wookie.w3c.xml   
 

Uses of BadManifestException in org.apache.wookie.w3c
 

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

Subclasses of BadManifestException in org.apache.wookie.w3c.exceptions
 class InvalidContentTypeException
          Thrown when a widget manifest sets an invalid content type
 class InvalidStartFileException
          Thrown when a widget has no valid start file
 

Uses of BadManifestException in org.apache.wookie.w3c.impl
 

Methods in org.apache.wookie.w3c.impl that throw BadManifestException
 void PreferenceEntity.fromXML(org.jdom.Element element)
           
 void ParamEntity.fromXML(org.jdom.Element element)
           
 void FeatureEntity.fromXML(org.jdom.Element element)
           
 void WidgetManifestModel.fromXML(org.jdom.Element element, java.lang.String[] locales)
           
 void ContentEntity.fromXML(org.jdom.Element element, java.lang.String[] locales, java.lang.String[] encodings, org.apache.commons.compress.archivers.zip.ZipFile zip)
           
 void IconEntity.fromXML(org.jdom.Element element, java.lang.String[] locales, org.apache.commons.compress.archivers.zip.ZipFile zip)
           
 

Constructors in org.apache.wookie.w3c.impl that throw BadManifestException
WidgetManifestModel(java.lang.String xmlText, java.lang.String[] locales, java.lang.String[] features, java.lang.String[] encodings, org.apache.commons.compress.archivers.zip.ZipFile zip, java.lang.String defaultIdentifier)
          Constructs a new WidgetManifestModel using an XML manifest supplied as a String.
 

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

Methods in org.apache.wookie.w3c.updates that throw BadManifestException
 void UpdateDescription.fromXML(org.jdom.Element element)
           
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
 

Uses of BadManifestException in org.apache.wookie.w3c.xml
 

Methods in org.apache.wookie.w3c.xml that throw BadManifestException
 void IElement.fromXML(org.jdom.Element element)
          Unmarshall the given XML Element to this Object
 void IContentEntity.fromXML(org.jdom.Element element, java.lang.String[] locales, java.lang.String[] encodings, org.apache.commons.compress.archivers.zip.ZipFile zip)
           
 void IIconEntity.fromXML(org.jdom.Element element, java.lang.String[] locales, org.apache.commons.compress.archivers.zip.ZipFile zip)
           
 



2012 Apache Software Foundation.