|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.plugin.descriptors.AbstractModuleDescriptor<RssRenderSupport> com.atlassian.confluence.rss.FeedSupportModuleDescriptor
public class FeedSupportModuleDescriptor
Allows plugins to provide builders for items in an RSS/Atom feed served by Confluence. Necessary plugin parameters are:
RssRenderSupport
.
Field Summary |
---|
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
---|
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources, singleton |
Constructor Summary | |
---|---|
FeedSupportModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
|
Method Summary | |
---|---|
RssRenderSupport |
createModule()
|
void |
disabled()
|
void |
enabled()
|
RssRenderSupport |
getModule()
|
java.lang.String |
getRenders()
|
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
|
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
---|
assertModuleClassImplements, checkPermissions, destroy, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, hashCode, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FeedSupportModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
Method Detail |
---|
public void init(@NotNull com.atlassian.plugin.Plugin plugin, @NotNull org.dom4j.Element element) throws com.atlassian.plugin.PluginParseException
init
in interface com.atlassian.plugin.ModuleDescriptor<RssRenderSupport>
init
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<RssRenderSupport>
com.atlassian.plugin.PluginParseException
public RssRenderSupport getModule()
getModule
in interface com.atlassian.plugin.ModuleDescriptor<RssRenderSupport>
getModule
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<RssRenderSupport>
public RssRenderSupport createModule()
createModule
in interface PluginModuleFactory<RssRenderSupport>
public void enabled()
enabled
in interface com.atlassian.plugin.StateAware
enabled
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<RssRenderSupport>
public void disabled()
disabled
in interface com.atlassian.plugin.StateAware
disabled
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<RssRenderSupport>
public java.lang.String getRenders()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |