| Package | Description |
|---|---|
| org.apache.wookie.w3c | |
| org.apache.wookie.w3c.updates |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.