com.atlassian.confluence.plugin.descriptor
Class UserMacroModuleDescriptor
java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor
com.atlassian.confluence.plugin.descriptor.UserMacroModuleDescriptor
- All Implemented Interfaces:
- MacroModuleDescriptor, ModuleDescriptor, Resourced
public class UserMacroModuleDescriptor
- extends AbstractModuleDescriptor
- implements MacroModuleDescriptor
Allows simple macros to be defined inline
| Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
assertModuleClassImplements, destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, satisfiesMinJavaVersion, setPlugin, toString |
| Methods inherited from interface com.atlassian.plugin.ModuleDescriptor |
destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion |
UserMacroModuleDescriptor
public UserMacroModuleDescriptor()
init
public void init(Plugin plugin,
org.dom4j.Element element)
throws PluginParseException
- Specified by:
init in interface ModuleDescriptor- Overrides:
init in class AbstractModuleDescriptor
- Throws:
PluginParseException
getModule
public Object getModule()
- Specified by:
getModule in interface ModuleDescriptor- Specified by:
getModule in class AbstractModuleDescriptor