| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<TemplateRenderer>
com.atlassian.confluence.renderer.template.TemplateRendererModuleDescriptor
public class TemplateRendererModuleDescriptor
Module descriptor for plugin modules that provide a TemplateRenderer implementation for a particular templating language
TemplateRenderer| Field Summary | 
|---|
| Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor | 
|---|
| moduleClass, moduleClassName, moduleFactory, plugin, resources, singleton | 
| Constructor Summary | |
|---|---|
| TemplateRendererModuleDescriptor() | |
| Method Summary | |
|---|---|
|  TemplateRenderer | createModule() | 
|  void | disabled() | 
|  void | enabled() | 
|  TemplateRenderer | getModule() | 
|  Collection<String> | getSupportedFileExtensions() | 
|  void | init(com.atlassian.plugin.Plugin plugin,
     org.dom4j.Element element) | 
| Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor | 
|---|
| assertModuleClassImplements, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, 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 TemplateRendererModuleDescriptor()
| 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<TemplateRenderer>init in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<TemplateRenderer>com.atlassian.plugin.PluginParseExceptionpublic void enabled()
enabled in interface com.atlassian.plugin.StateAwareenabled in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<TemplateRenderer>public void disabled()
disabled in interface com.atlassian.plugin.StateAwaredisabled in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<TemplateRenderer>public TemplateRenderer getModule()
getModule in interface com.atlassian.plugin.ModuleDescriptor<TemplateRenderer>getModule in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<TemplateRenderer>public TemplateRenderer createModule()
createModule in interface PluginModuleFactory<TemplateRenderer>public Collection<String> getSupportedFileExtensions()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||