Package org.opennms.web.navigate
Class NavBarModel
- java.lang.Object
-
- org.opennms.web.navigate.NavBarModel
-
public class NavBarModel extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NavBarModel(javax.servlet.http.HttpServletRequest request, java.util.Map<NavBarEntry,DisplayStatus> entries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<NavBarEntry,DisplayStatus>
getEntries()
java.util.List<java.util.Map.Entry<NavBarEntry,DisplayStatus>>
getEntryList()
Allows the Freemarker template by the NavBarController to iterate over the map entries.javax.servlet.http.HttpServletRequest
getRequest()
-
-
-
Constructor Detail
-
NavBarModel
public NavBarModel(javax.servlet.http.HttpServletRequest request, java.util.Map<NavBarEntry,DisplayStatus> entries)
-
-
Method Detail
-
getRequest
public javax.servlet.http.HttpServletRequest getRequest()
-
getEntries
public java.util.Map<NavBarEntry,DisplayStatus> getEntries()
-
getEntryList
public java.util.List<java.util.Map.Entry<NavBarEntry,DisplayStatus>> getEntryList()
Allows the Freemarker template by the NavBarController to iterate over the map entries.
-
-