|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T> com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor<com.opensymphony.module.sitemesh.DecoratorMapper> com.atlassian.bamboo.plugin.descriptor.DecoratorMapperModuleDescriptor
public class DecoratorMapperModuleDescriptor
Field Summary |
---|
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
---|
moduleClass, moduleClassName, moduleFactory, plugin, resources, singleton |
Constructor Summary | |
---|---|
DecoratorMapperModuleDescriptor()
|
|
DecoratorMapperModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
|
Method Summary | |
---|---|
com.opensymphony.module.sitemesh.DecoratorMapper |
getDecoratorMapper(com.opensymphony.module.sitemesh.Config config)
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)
|
Methods inherited from class com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor |
---|
disabled, getFreeMarkerResourceLocation, getVelocityResourceLocation, instantiateClass, isMutable, postInit, preInit |
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
---|
assertModuleClassImplements, destroy, enabled, 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 DecoratorMapperModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
public DecoratorMapperModuleDescriptor()
Method Detail |
---|
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
@Nullable public com.opensymphony.module.sitemesh.DecoratorMapper getModule()
getModule
in interface com.atlassian.plugin.ModuleDescriptor<com.opensymphony.module.sitemesh.DecoratorMapper>
getModule
in class AbstractBambooModuleDescriptor<com.opensymphony.module.sitemesh.DecoratorMapper>
@Nullable public com.opensymphony.module.sitemesh.DecoratorMapper getDecoratorMapper(com.opensymphony.module.sitemesh.Config config)
config
- The Sitemesh configurationparent
- The parent decorator mapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |