JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.atlassian.jira.plugin.navigation.FooterModuleDescriptor
Packages that use
FooterModuleDescriptor
Package
Description
com.atlassian.jira.plugin.navigation
Uses of
FooterModuleDescriptor
in
com.atlassian.jira.plugin.navigation
Classes in
com.atlassian.jira.plugin.navigation
that implement
FooterModuleDescriptor
Modifier and Type
Class
Description
class
FooterModuleDescriptorImpl
Module descriptor for footer modules.
Methods in
com.atlassian.jira.plugin.navigation
with parameters of type
FooterModuleDescriptor
Modifier and Type
Method
Description
void
DefaultPluggableFooter.
init
(
FooterModuleDescriptor
descriptor)
void
PluggableFooter.
init
(
FooterModuleDescriptor
descriptor)
This is called when the controling module descriptor is initialized and enabled.