com.atlassian.confluence.plugin.descriptor
Class DecoratorModuleDescriptor

java.lang.Object
  extended bycom.atlassian.plugin.descriptors.AbstractModuleDescriptor
      extended bycom.atlassian.confluence.plugin.descriptor.DecoratorModuleDescriptor
All Implemented Interfaces:
ModuleDescriptor, Resourced

public class DecoratorModuleDescriptor
extends AbstractModuleDescriptor

Created by IntelliJ IDEA. User: tomd Date: Mar 15, 2007 Time: 2:57:07 PM To change this template use File | Settings | File Templates.


Field Summary
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
plugin, resources, singleton
 
Constructor Summary
DecoratorModuleDescriptor()
           
 
Method Summary
 Object getModule()
           
 String getPage()
           
 Pattern getPattern()
           
 void init(Plugin plugin, org.dom4j.Element element)
           
 
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DecoratorModuleDescriptor

public DecoratorModuleDescriptor()
Method Detail

init

public void init(Plugin plugin,
                 org.dom4j.Element element)
          throws PluginParseException
Throws:
PluginParseException

getModule

public Object getModule()

getPattern

public Pattern getPattern()

getPage

public String getPage()


Confluence is developed by Atlassian.