Interface MenuContext

  • All Known Implementing Classes:
    NavBarEntry.NavBarContext

    public interface MenuContext
    The context of the current menu to help building it. Originally an HttpServletRequest was used instead, which makes it harder to pass it around. The idea of the MenuContext is to provide all required properties/methods to build the menu.
    Author:
    mvrueden
    • Method Detail

      • getLocation

        String getLocation()
      • isUserInRole

        boolean isUserInRole​(String role)