Interface MenuReaderService

    • Method Detail

      • getMenu

        Optional<Menu> getMenu()
        Retrieves the menu, filtered to show only the part you're permitted to view.
      • findMenuItemPath

        String findMenuItemPath​(String menuItemId)
        Find path leading up to a MenuItem.
        Parameters:
        menuItemId - ID of the MenuItem
        Returns:
        path of the menu item, starting with menu/ or null if the menu item was not found