Class MainMenu
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.web.templatemodels.BaseTemplateModel
-
- edu.cornell.mannlib.vitro.webapp.web.templatemodels.menu.Menu
-
- edu.cornell.mannlib.vitro.webapp.web.templatemodels.menu.MainMenu
-
public class MainMenu extends Menu
A menu that can indicate the active item.- Author:
- rjy7
-
-
Field Summary
Fields Modifier and Type Field Description protected VitroRequestvreq
-
Constructor Summary
Constructors Constructor Description MainMenu()MainMenu(VitroRequest vreq)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddItem(String text, String path)voidaddItem(String text, String path, boolean isActive)protected booleanisActiveItem(String path)-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.web.templatemodels.BaseTemplateModel
cleanMapValuesForDisplay, cleanTextForDisplay, cleanURIForDisplay, getUrl, getUrl, getUrl, simpleScriptStripper
-
-
-
-
Field Detail
-
vreq
protected VitroRequest vreq
-
-
Constructor Detail
-
MainMenu
public MainMenu()
-
MainMenu
public MainMenu(VitroRequest vreq)
-
-