com.atlassian.gadgets.publisher.internal.impl
Class GadgetSpecSyndicationImpl
java.lang.Object
com.atlassian.gadgets.publisher.internal.impl.GadgetSpecSyndicationImpl
- All Implemented Interfaces:
- com.atlassian.gadgets.plugins.PluginGadgetSpecEventListener, GadgetSpecSyndication
public class GadgetSpecSyndicationImpl
- extends Object
- implements GadgetSpecSyndication, com.atlassian.gadgets.plugins.PluginGadgetSpecEventListener
|
Method Summary |
com.sun.syndication.feed.atom.Feed |
getFeed()
Returns a feed containing all published gadget specs as entries. |
void |
pluginGadgetSpecDisabled(com.atlassian.gadgets.plugins.PluginGadgetSpec pluginGadgetSpec)
|
void |
pluginGadgetSpecEnabled(com.atlassian.gadgets.plugins.PluginGadgetSpec pluginGadgetSpec)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GadgetSpecSyndicationImpl
public GadgetSpecSyndicationImpl(PublishedGadgetSpecStore store,
GadgetSpecUrlBuilder urlBuilder,
com.atlassian.sal.api.ApplicationProperties applicationProperties,
com.atlassian.plugin.PluginAccessor pluginAccessor,
com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider)
getFeed
public com.sun.syndication.feed.atom.Feed getFeed()
- Description copied from interface:
GadgetSpecSyndication
- Returns a feed containing all published gadget specs as entries.
- Specified by:
getFeed in interface GadgetSpecSyndication
- Returns:
- feed containing all published gadget specs as entries
pluginGadgetSpecEnabled
public void pluginGadgetSpecEnabled(com.atlassian.gadgets.plugins.PluginGadgetSpec pluginGadgetSpec)
throws com.atlassian.gadgets.GadgetParsingException
- Specified by:
pluginGadgetSpecEnabled in interface com.atlassian.gadgets.plugins.PluginGadgetSpecEventListener
- Throws:
com.atlassian.gadgets.GadgetParsingException
pluginGadgetSpecDisabled
public void pluginGadgetSpecDisabled(com.atlassian.gadgets.plugins.PluginGadgetSpec pluginGadgetSpec)
- Specified by:
pluginGadgetSpecDisabled in interface com.atlassian.gadgets.plugins.PluginGadgetSpecEventListener
Copyright © 2013 Atlassian. All Rights Reserved.