public class DecoratorMapperModuleDescriptor
extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor<com.opensymphony.module.sitemesh.DecoratorMapper>
Constructor and Description |
---|
DecoratorMapperModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory) |
Modifier and Type | Method and Description |
---|---|
com.opensymphony.module.sitemesh.DecoratorMapper |
getDecoratorMapper(com.opensymphony.module.sitemesh.Config config,
com.opensymphony.module.sitemesh.DecoratorMapper parent)
Get the decorator mapper for this module.
|
com.opensymphony.module.sitemesh.DecoratorMapper |
getModule()
See getDecoratorMapper() for why this returns null
|
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element) |
assertModuleClassImplements, checkPermissions, destroy, disabled, enabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toString, validate
public DecoratorMapperModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
public void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element) throws com.atlassian.plugin.PluginParseException
init
in interface com.atlassian.plugin.ModuleDescriptor<com.opensymphony.module.sitemesh.DecoratorMapper>
init
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<com.opensymphony.module.sitemesh.DecoratorMapper>
com.atlassian.plugin.PluginParseException
public com.opensymphony.module.sitemesh.DecoratorMapper getModule()
getModule
in interface com.atlassian.plugin.ModuleDescriptor<com.opensymphony.module.sitemesh.DecoratorMapper>
getModule
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<com.opensymphony.module.sitemesh.DecoratorMapper>
public com.opensymphony.module.sitemesh.DecoratorMapper getDecoratorMapper(com.opensymphony.module.sitemesh.Config config, com.opensymphony.module.sitemesh.DecoratorMapper parent)
config
- The Sitemesh configurationparent
- The parent decorator mapperCopyright © 2002-2024 Atlassian. All Rights Reserved.