Class DefaultPluggableFooter
java.lang.Object
com.atlassian.jira.plugin.navigation.DefaultPluggableFooter
- All Implemented Interfaces:
PluggableFooter
Default implementation of
PluggableFooter
.- Since:
- v3.12
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFullFooterHtml
(jakarta.servlet.http.HttpServletRequest request) Get the footer HTML to present on a page that utilizes 100% of the page width.getSmallFooterHtml
(jakarta.servlet.http.HttpServletRequest request) Get the footer HTML to present on a page that does not utilize 100% of the page width.void
init
(FooterModuleDescriptor descriptor) This is called when the controling module descriptor is initialized and enabled.
-
Constructor Details
-
DefaultPluggableFooter
public DefaultPluggableFooter()
-
-
Method Details