Class DefaultPluggableTopNavigation
java.lang.Object
com.atlassian.jira.plugin.navigation.DefaultPluggableTopNavigation
- All Implemented Interfaces:
PluggableTopNavigation
Represents a default pluggable top navigation.
- Since:
- v3.12
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHtml
(javax.servlet.http.HttpServletRequest request) Get the HTML to present on screen.void
init
(TopNavigationModuleDescriptor descriptor) This is called when the controling module descriptor is initialized and enabled.
-
Constructor Details
-
DefaultPluggableTopNavigation
public DefaultPluggableTopNavigation()
-
-
Method Details
-
getHtml
Description copied from interface:PluggableTopNavigation
Get the HTML to present on screen.- Specified by:
getHtml
in interfacePluggableTopNavigation
- Parameters:
request
- the request that is asking for the html.- Returns:
- the html to be rendered.