com.atlassian.gadgets.util
Class WebItemFinder

java.lang.Object
  extended by com.atlassian.gadgets.util.WebItemFinder
Direct Known Subclasses:
DashboardWebItemFinder

public class WebItemFinder
extends Object


Nested Class Summary
 class WebItemFinder.GadgetWebLabel
           
 class WebItemFinder.GadgetWebLink
           
 class WebItemFinder.WebItem
           
 
Field Summary
static String DASHBOARD_MENU_SECTION
           
static String DASHBOARD_TOOLS_MENU_SECTION
           
 
Constructor Summary
WebItemFinder(com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, com.atlassian.sal.api.ApplicationProperties applicationProperties, com.atlassian.sal.api.message.I18nResolver i18n)
           
 
Method Summary
 Iterable<WebItemFinder.WebItem> findMenuItemsInSection(String section, Map<String,?> initialContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DASHBOARD_MENU_SECTION

public static final String DASHBOARD_MENU_SECTION
See Also:
Constant Field Values

DASHBOARD_TOOLS_MENU_SECTION

public static final String DASHBOARD_TOOLS_MENU_SECTION
See Also:
Constant Field Values
Constructor Detail

WebItemFinder

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

findMenuItemsInSection

public Iterable<WebItemFinder.WebItem> findMenuItemsInSection(String section,
                                                              Map<String,?> initialContext)


Copyright © 2011 Atlassian. All Rights Reserved.