com.atlassian.plugin.web.descriptors
Class DefaultWebSectionModuleDescriptor

java.lang.Object
  extended by com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
      extended by com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor<java.lang.Void>
          extended by com.atlassian.plugin.web.descriptors.DefaultWebSectionModuleDescriptor
All Implemented Interfaces:
ModuleDescriptor<java.lang.Void>, Resourced, StateAware, WebFragmentModuleDescriptor<java.lang.Void>, WebSectionModuleDescriptor<java.lang.Void>, WeightedDescriptor

public class DefaultWebSectionModuleDescriptor
extends AbstractWebFragmentModuleDescriptor<java.lang.Void>
implements WebSectionModuleDescriptor<java.lang.Void>

Represents a web section - that is a collection of web items.


Field Summary
 
Fields inherited from class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
condition, contextProvider, element, label, params, tooltip, webInterfaceManager, weight
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
moduleClassName, plugin, resources, singleton
 
Fields inherited from interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
COMPOSITE_TYPE_AND, COMPOSITE_TYPE_OR
 
Constructor Summary
DefaultWebSectionModuleDescriptor()
           
DefaultWebSectionModuleDescriptor(WebInterfaceManager webInterfaceManager)
           
 
Method Summary
 java.lang.String getLocation()
           
 java.lang.Void getModule()
           
 java.lang.Class<java.lang.Void> getModuleClass()
           
 void init(Plugin plugin, org.dom4j.Element element)
           
 
Methods inherited from class com.atlassian.plugin.web.descriptors.AbstractWebFragmentModuleDescriptor
disabled, enabled, getCondition, getContextProvider, getTooltip, getWebLabel, getWebParams, getWeight, makeCondition, makeConditions, makeConditions, makeContextProvider, setWebInterfaceManager
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.atlassian.plugin.web.descriptors.WebFragmentModuleDescriptor
getCondition, getContextProvider, getTooltip, getWebLabel, getWebParams, getWeight
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getName, getParams, getPlugin, getPluginKey, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion
 
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation
 
Methods inherited from interface com.atlassian.plugin.StateAware
disabled, enabled
 

Constructor Detail

DefaultWebSectionModuleDescriptor

public DefaultWebSectionModuleDescriptor(WebInterfaceManager webInterfaceManager)

DefaultWebSectionModuleDescriptor

public DefaultWebSectionModuleDescriptor()
Method Detail

init

public void init(Plugin plugin,
                 org.dom4j.Element element)
          throws PluginParseException
Specified by:
init in interface ModuleDescriptor<java.lang.Void>
Overrides:
init in class AbstractWebFragmentModuleDescriptor<java.lang.Void>
Throws:
PluginParseException

getLocation

public java.lang.String getLocation()
Specified by:
getLocation in interface WebSectionModuleDescriptor<java.lang.Void>

getModuleClass

public java.lang.Class<java.lang.Void> getModuleClass()
Specified by:
getModuleClass in interface ModuleDescriptor<java.lang.Void>
Overrides:
getModuleClass in class AbstractModuleDescriptor<java.lang.Void>

getModule

public java.lang.Void getModule()
Specified by:
getModule in interface ModuleDescriptor<java.lang.Void>
Specified by:
getModule in class AbstractModuleDescriptor<java.lang.Void>


Copyright © 2010 Atlassian. All Rights Reserved.