com.atlassian.jira.plugin.navigation
Class DefaultPluggableTopNavigation

java.lang.Object
  extended by com.atlassian.jira.plugin.navigation.DefaultPluggableTopNavigation
All Implemented Interfaces:
PluggableTopNavigation

public class DefaultPluggableTopNavigation
extends Object
implements PluggableTopNavigation

Represents a default pluggable top navigation.

Since:
v3.12

Constructor Summary
DefaultPluggableTopNavigation()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPluggableTopNavigation

public DefaultPluggableTopNavigation()
Method Detail

init

public void init(TopNavigationModuleDescriptor descriptor)
Description copied from interface: PluggableTopNavigation
This is called when the controling module descriptor is initialized.

Specified by:
init in interface PluggableTopNavigation
Parameters:
descriptor - is the controling module descriptor.

getHtml

public String getHtml(javax.servlet.http.HttpServletRequest request)
Description copied from interface: PluggableTopNavigation
Get the HTML to present on screen.

Specified by:
getHtml in interface PluggableTopNavigation
Parameters:
request - the request that is asking for the html.
Returns:
the html to be rendered.


Copyright © 2002-2008 Atlassian. All Rights Reserved.