public class DefaultPluggableTopNavigation extends Object implements PluggableTopNavigation
| Constructor and Description |
|---|
DefaultPluggableTopNavigation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHtml(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.
|
public void init(TopNavigationModuleDescriptor descriptor)
PluggableTopNavigationinit in interface PluggableTopNavigationdescriptor - is the controling module descriptor.public String getHtml(javax.servlet.http.HttpServletRequest request)
PluggableTopNavigationgetHtml in interface PluggableTopNavigationrequest - the request that is asking for the html.Copyright © 2002-2019 Atlassian. All Rights Reserved.