org.opennms.web.navigate
Class FileBasedNavBarEntry

java.lang.Object
  extended by org.opennms.web.navigate.LocationBasedNavBarEntry
      extended by org.opennms.web.navigate.FileBasedNavBarEntry
All Implemented Interfaces:
NavBarEntry

public class FileBasedNavBarEntry
extends LocationBasedNavBarEntry


Constructor Summary
FileBasedNavBarEntry()
           
 
Method Summary
 DisplayStatus evaluate(HttpServletRequest request)
           
 File getFile()
           
 void setFile(File file)
           
 
Methods inherited from class org.opennms.web.navigate.LocationBasedNavBarEntry
getLocationMatch, getName, getUrl, isLinkMatches, setLocationMatch, setName, setUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileBasedNavBarEntry

public FileBasedNavBarEntry()
Method Detail

evaluate

public DisplayStatus evaluate(HttpServletRequest request)
Specified by:
evaluate in interface NavBarEntry
Overrides:
evaluate in class LocationBasedNavBarEntry

getFile

public File getFile()

setFile

public void setFile(File file)


Copyright © 2009. All Rights Reserved.