com.atlassian.confluence.web
Interface WebMenuManager

All Known Implementing Classes:
ConfluenceWebMenuManager, LegacyConfluenceWebMenuManager

public interface WebMenuManager


Method Summary
 WebMenu getMenu(java.lang.String id, java.lang.String menuKey, WebInterfaceContext context)
          Builds and returns a WebMenu for display with the given properties and context.
 

Method Detail

getMenu

WebMenu getMenu(java.lang.String id,
                java.lang.String menuKey,
                WebInterfaceContext context)
Builds and returns a WebMenu for display with the given properties and context. WebMenuSection)s with no menu items are not included in the final menu returned.

Parameters:
id - the id of the menu
menuKey - the web section key of the menu being built (see WebInterfaceManager)
context - the context in which the menu is being built in
Returns:
WebMenu which can be used for display


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.