Search in sources :

Example 11 with UiMenu

use of org.molgenis.web.UiMenu in project molgenis by molgenis.

the class MenuMolgenisUi method getMenu.

@Override
public UiMenu getMenu(String menuId) {
    Menu rootMenu = menuReaderService.getMenu();
    MenuItem menu = findMenu(rootMenu, menuId);
    return menu != null ? new MenuItemToMolgenisUiMenuAdapter(menu, rootMenu) : null;
}
Also used : UiMenu(org.molgenis.web.UiMenu)

Aggregations

UiMenu (org.molgenis.web.UiMenu)11 UiMenuItem (org.molgenis.web.UiMenuItem)5 Test (org.testng.annotations.Test)4 PluginIdentity (org.molgenis.data.plugin.model.PluginIdentity)2 RequestMapping (org.springframework.web.bind.annotation.RequestMapping)2 Matcher (java.util.regex.Matcher)1 UserPermissionEvaluator (org.molgenis.security.core.UserPermissionEvaluator)1 ApplicationContextProvider (org.molgenis.util.ApplicationContextProvider)1 Ui (org.molgenis.web.Ui)1 ApplicationContext (org.springframework.context.ApplicationContext)1 BeforeMethod (org.testng.annotations.BeforeMethod)1