org.opennms.web.navigate
Class LocationBasedNavBarEntry
java.lang.Object
org.opennms.web.navigate.LocationBasedNavBarEntry
- All Implemented Interfaces:
- NavBarEntry
- Direct Known Subclasses:
- AdminUserNavBarEntry, DistributedStatusNavBarEntry, FileBasedNavBarEntry, ProvisionUserNavBarEntry, SurveillanceViewNavBarEntry
public class LocationBasedNavBarEntry
- extends Object
- implements NavBarEntry
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocationBasedNavBarEntry
public LocationBasedNavBarEntry()
getLocationMatch
public String getLocationMatch()
setLocationMatch
public void setLocationMatch(String locationMatch)
getUrl
public String getUrl()
- Specified by:
getUrl in interface NavBarEntry
setUrl
public void setUrl(String url)
getName
public String getName()
- Specified by:
getName in interface NavBarEntry
setName
public void setName(String name)
evaluate
public DisplayStatus evaluate(HttpServletRequest request)
- Specified by:
evaluate in interface NavBarEntry
isLinkMatches
protected boolean isLinkMatches(HttpServletRequest request)
Copyright © 2009. All Rights Reserved.