public abstract class BaseGadgetDescriptor extends Object implements Serializable, GadgetDeclaration
| Constructor and Description |
|---|
BaseGadgetDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getDescription(Locale locale)
Try to find an localized description for this gadet
|
org.apache.shindig.gadgets.spec.GadgetSpec |
getGadgetSpec() |
String |
getPublicGadgetDefinition()
Returns the public URL of the gadget spec.
|
String |
getScreenshot() |
String |
getThumbnail() |
String |
getTitle() |
String |
getTitle(Locale locale)
Try to find an internationalized title for this gadget.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCategory, getDescription, getDisabled, getGadgetDefinition, getIconUrl, getName, getResource, getResourceAsStream, isExternalpublic org.apache.shindig.gadgets.spec.GadgetSpec getGadgetSpec()
getGadgetSpec in interface GadgetDeclarationpublic String getTitle()
getTitle in interface GadgetDeclarationpublic String getTitle(Locale locale)
GadgetDeclarationThe label key is "label.gadget." + gadgetName.
getTitle in interface GadgetDeclarationpublic String getDescription(Locale locale)
GadgetDeclarationThe label key is "label.gadget." + gadgetName + ".description"
getDescription in interface GadgetDeclarationpublic String getAuthor()
getAuthor in interface GadgetDeclarationpublic String getScreenshot()
getScreenshot in interface GadgetDeclarationpublic String getThumbnail()
getThumbnail in interface GadgetDeclarationpublic String getPublicGadgetDefinition() throws MalformedURLException
GadgetDeclarationgetPublicGadgetDefinition in interface GadgetDeclarationMalformedURLExceptionCopyright © 2014 Nuxeo SA. All rights reserved.