org.opennms.web.navigate
Class LocationBasedNavBarEntry

java.lang.Object
  extended by org.opennms.web.navigate.LocationBasedNavBarEntry
All Implemented Interfaces:
NavBarEntry
Direct Known Subclasses:
AdminUserNavBarEntry, DistributedStatusNavBarEntry, FileBasedNavBarEntry, ProvisionUserNavBarEntry, SurveillanceViewNavBarEntry

public class LocationBasedNavBarEntry
extends Object
implements NavBarEntry


Constructor Summary
LocationBasedNavBarEntry()
           
 
Method Summary
 DisplayStatus evaluate(HttpServletRequest request)
           
 String getLocationMatch()
           
 String getName()
           
 String getUrl()
           
protected  boolean isLinkMatches(HttpServletRequest request)
           
 void setLocationMatch(String locationMatch)
           
 void setName(String name)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationBasedNavBarEntry

public LocationBasedNavBarEntry()
Method Detail

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.