com.atlassian.confluence.web
Class LegacyConfluenceWebMenuManager

java.lang.Object
  extended by com.atlassian.confluence.web.ConfluenceWebMenuManager
      extended by com.atlassian.confluence.web.LegacyConfluenceWebMenuManager
All Implemented Interfaces:
WebMenuManager

public class LegacyConfluenceWebMenuManager
extends ConfluenceWebMenuManager

Overrides ConfluenceWebMenuManager.getMenu(String, String, WebInterfaceContext) to supports inclusion of old plugin options on the Add menu. Plugin menu items that previously appeared in the Browse Space area ("system.space.actions") will appear at the bottom of the Add menu. This will remain until at least Confluence 2.10.

Since:
2.8.1

Field Summary
 
Fields inherited from class com.atlassian.confluence.web.ConfluenceWebMenuManager
webInterfaceManager
 
Constructor Summary
LegacyConfluenceWebMenuManager()
           
 
Method Summary
protected  java.util.List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getTrailingItems(java.lang.String menuKey, WebInterfaceContext context)
          Returns items to be displayed at the bottom of the menu.
 
Methods inherited from class com.atlassian.confluence.web.ConfluenceWebMenuManager
getLeadingItems, getMenu, getMenu, getSectionItems, getSections, setWebInterfaceManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyConfluenceWebMenuManager

public LegacyConfluenceWebMenuManager()
Method Detail

getTrailingItems

protected java.util.List<com.atlassian.plugin.web.descriptors.WebItemModuleDescriptor> getTrailingItems(java.lang.String menuKey,
                                                                                                        WebInterfaceContext context)
Description copied from class: ConfluenceWebMenuManager
Returns items to be displayed at the bottom of the menu. This implementation returns an empty list.

Overrides:
getTrailingItems in class ConfluenceWebMenuManager
Returns:
a list of items that should go at the bottom of the menu, or empty list if no trailing items


Copyright © 2003-2014 Atlassian. All Rights Reserved.