|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use W3CWidget | |
|---|---|
| org.apache.wookie.w3c | |
| org.apache.wookie.w3c.impl | |
| org.apache.wookie.w3c.updates | |
| org.apache.wookie.w3c.util | |
| Uses of W3CWidget in org.apache.wookie.w3c |
|---|
| Methods in org.apache.wookie.w3c that return W3CWidget | |
|---|---|
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. |
| Methods in org.apache.wookie.w3c with parameters of type W3CWidget | |
|---|---|
void |
IStartPageProcessor.processStartFile(java.io.File startFile,
W3CWidget model,
IContent content)
Process a start file ready for deployment. |
| Uses of W3CWidget in org.apache.wookie.w3c.impl |
|---|
| Classes in org.apache.wookie.w3c.impl that implement W3CWidget | |
|---|---|
class |
WidgetManifestModel
Processes a config.xml document to create a model for a widget, including all sub-objects |
| Uses of W3CWidget in org.apache.wookie.w3c.updates |
|---|
| Methods in org.apache.wookie.w3c.updates that return W3CWidget | |
|---|---|
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. |
| Methods in org.apache.wookie.w3c.updates with parameters of type W3CWidget | |
|---|---|
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. |
| Uses of W3CWidget in org.apache.wookie.w3c.util |
|---|
| Methods in org.apache.wookie.w3c.util with parameters of type W3CWidget | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||