public class DefaultAbstractWebFragmentModuleDescriptor<T> extends Object implements com.atlassian.plugin.StateAware, WebFragmentModuleDescriptor<T>
WebFragmentModuleDescriptor, so that it could be extended by application specific wrappers
to provide additional methods.| Constructor and Description |
|---|
DefaultAbstractWebFragmentModuleDescriptor(WebFragmentModuleDescriptor<T> abstractDescriptor) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic DefaultAbstractWebFragmentModuleDescriptor(WebFragmentModuleDescriptor<T> abstractDescriptor)
public void enabled()
enabled in interface com.atlassian.plugin.StateAwarepublic void disabled()
disabled in interface com.atlassian.plugin.StateAwareprotected WebFragmentModuleDescriptor getDecoratedDescriptor()
public int getWeight()
getWeight in interface WebFragmentModuleDescriptor<T>getWeight in interface WeightedDescriptorpublic String getKey()
getKey in interface com.atlassian.plugin.ModuleDescriptor<T>public T getModule()
getModule in interface com.atlassian.plugin.ModuleDescriptor<T>public String getI18nNameKey()
getI18nNameKey in interface com.atlassian.plugin.ModuleDescriptor<T>public String getDescriptionKey()
getDescriptionKey in interface com.atlassian.plugin.ModuleDescriptor<T>public com.atlassian.plugin.Plugin getPlugin()
getPlugin in interface com.atlassian.plugin.ModuleDescriptor<T>public boolean isEnabled()
isEnabled in interface com.atlassian.plugin.ModuleDescriptor<T>public WebLabel getWebLabel()
getWebLabel in interface WebFragmentModuleDescriptor<T>public WebLabel getTooltip()
getTooltip in interface WebFragmentModuleDescriptor<T>public void setWebInterfaceManager(WebInterfaceManager webInterfaceManager)
public Condition getCondition()
getCondition in interface ConditionalDescriptorgetCondition in interface WebFragmentModuleDescriptor<T>public ContextProvider getContextProvider()
ContextAwaregetContextProvider in interface ContextAwarepublic WebParam getWebParams()
getWebParams in interface WebFragmentModuleDescriptor<T>public String getCompleteKey()
getCompleteKey in interface com.atlassian.plugin.ModuleDescriptor<T>public String getPluginKey()
getPluginKey in interface com.atlassian.plugin.ModuleDescriptor<T>public String getName()
getName in interface com.atlassian.plugin.ModuleDescriptor<T>public String getDescription()
getDescription in interface com.atlassian.plugin.ModuleDescriptor<T>public Class<T> getModuleClass()
getModuleClass in interface com.atlassian.plugin.ModuleDescriptor<T>public void init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
throws com.atlassian.plugin.PluginParseException
init in interface com.atlassian.plugin.ModuleDescriptor<T>com.atlassian.plugin.PluginParseExceptionpublic boolean isEnabledByDefault()
isEnabledByDefault in interface com.atlassian.plugin.ModuleDescriptor<T>public boolean isSystemModule()
isSystemModule in interface com.atlassian.plugin.ModuleDescriptor<T>public void destroy()
destroy in interface com.atlassian.plugin.ModuleDescriptor<T>public Float getMinJavaVersion()
getMinJavaVersion in interface com.atlassian.plugin.ModuleDescriptor<T>public boolean satisfiesMinJavaVersion()
satisfiesMinJavaVersion in interface com.atlassian.plugin.ModuleDescriptor<T>public Map<String,String> getParams()
getParams in interface com.atlassian.plugin.ModuleDescriptor<T>public List<com.atlassian.plugin.elements.ResourceDescriptor> getResourceDescriptors()
getResourceDescriptors in interface com.atlassian.plugin.Resourcedpublic com.atlassian.plugin.elements.ResourceLocation getResourceLocation(String type, String name)
getResourceLocation in interface com.atlassian.plugin.Resourcedpublic com.atlassian.plugin.elements.ResourceDescriptor getResourceDescriptor(String type, String name)
getResourceDescriptor in interface com.atlassian.plugin.ResourcedCopyright © 2021 Atlassian. All rights reserved.