com.atlassian.gadgets.dashboard.internal
Class DashboardWebItemFinder

java.lang.Object
  extended by com.atlassian.gadgets.util.WebItemFinder
      extended by com.atlassian.gadgets.dashboard.internal.DashboardWebItemFinder

public class DashboardWebItemFinder
extends WebItemFinder


Nested Class Summary
 
Nested classes/interfaces inherited from class com.atlassian.gadgets.util.WebItemFinder
WebItemFinder.GadgetWebLabel, WebItemFinder.GadgetWebLink, WebItemFinder.WebItem
 
Field Summary
 
Fields inherited from class com.atlassian.gadgets.util.WebItemFinder
DASHBOARD_MENU_SECTION, DASHBOARD_TOOLS_MENU_SECTION
 
Constructor Summary
DashboardWebItemFinder(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, com.atlassian.sal.api.ApplicationProperties applicationProperties, com.atlassian.sal.api.message.I18nResolver i18n)
           
 
Method Summary
 Iterable<WebItemFinder.WebItem> findDashboardMenuItems(DashboardId dashboardId, String username)
           
 Iterable<WebItemFinder.WebItem> findDashboardToolsMenuItems(DashboardId dashboardId, String username)
           
 
Methods inherited from class com.atlassian.gadgets.util.WebItemFinder
findMenuItemsInSection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DashboardWebItemFinder

public DashboardWebItemFinder(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
                              com.atlassian.sal.api.ApplicationProperties applicationProperties,
                              com.atlassian.sal.api.message.I18nResolver i18n)
Method Detail

findDashboardMenuItems

public Iterable<WebItemFinder.WebItem> findDashboardMenuItems(DashboardId dashboardId,
                                                              String username)

findDashboardToolsMenuItems

public Iterable<WebItemFinder.WebItem> findDashboardToolsMenuItems(DashboardId dashboardId,
                                                                   String username)


Copyright © 2009 Atlassian. All Rights Reserved.