| Package | Description |
|---|---|
| org.apache.wookie.w3c | |
| org.apache.wookie.w3c.impl | |
| org.apache.wookie.w3c.updates | |
| org.apache.wookie.w3c.util |
| 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 |
|---|---|
void |
IStartPageProcessor.processStartFile(java.io.File startFile,
W3CWidget model,
IContent content)
Process a start file ready for deployment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WidgetManifestModel
Processes a config.xml document to create a model
for a widget, including all sub-objects
|
| 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
|
static W3CWidget |
UpdateUtils.getUpdate(W3CWidgetFactory factory,
W3CWidget widget)
Gets an updated widget of a widget.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateDescriptionDocument |
UpdateUtils.checkForUpdate(W3CWidget widget)
Gets an update description document for a widget
Returns null if there is no update available, or the Update Description Document is not valid
|
static W3CWidget |
UpdateUtils.getUpdate(W3CWidgetFactory factory,
W3CWidget widget)
Gets an updated widget of a widget.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
FormattingUtils.getFormattedWidgetVersion(W3CWidget widget)
Returns the CSS formatted i18n string for the widget version
|
void |
WidgetOutputter.outputXML(W3CWidget widget,
java.io.File file)
Output config.xml to a File
|
void |
WidgetOutputter.outputXML(W3CWidget widget,
java.io.OutputStream out)
Output config.xml to an OutputStream
|
java.lang.String |
WidgetOutputter.outputXMLString(W3CWidget widget)
Output config.xml as a String
|
2012 Apache Software Foundation.