Interface FooterModuleDescriptor
- All Superinterfaces:
JiraResourcedModuleDescriptor<PluggableFooter>,com.atlassian.plugin.ModuleDescriptor<PluggableFooter>,OrderableModuleDescriptor,com.atlassian.plugin.Resourced,com.atlassian.plugin.ScopeAware
- All Known Implementing Classes:
FooterModuleDescriptorImpl
public interface FooterModuleDescriptor
extends JiraResourcedModuleDescriptor<PluggableFooter>, OrderableModuleDescriptor
Module descriptor for footer modules.
- Since:
- v3.12
-
Method Summary
Modifier and TypeMethodDescriptiongetFooterHtml(jakarta.servlet.http.HttpServletRequest request, Map<String, ?> startingParams) This method will setup the params related to the license information and render the html for the footer.Methods inherited from interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
getHtml, getHtml, getI18nBean, writeHtmlMethods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBrokenMethods inherited from interface com.atlassian.jira.plugin.OrderableModuleDescriptor
getOrderMethods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceLocationMethods inherited from interface com.atlassian.plugin.ScopeAware
getScopeKey
-
Method Details