Package org.opennms.web.navigate
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 theMenuContext
is to provide all required properties/methods to build the menu.- Author:
- mvrueden
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLocation()
boolean
isUserInRole(String role)
-