Uses of Class
edu.cornell.mannlib.vitro.webapp.web.templatemodels.menu.MainMenu
-
Packages that use MainMenu Package Description edu.cornell.mannlib.vitro.webapp.controller.freemarker edu.cornell.mannlib.vitro.webapp.dao edu.cornell.mannlib.vitro.webapp.dao.jena -
-
Uses of MainMenu in edu.cornell.mannlib.vitro.webapp.controller.freemarker
Methods in edu.cornell.mannlib.vitro.webapp.controller.freemarker that return MainMenu Modifier and Type Method Description protected MainMenuFreemarkerHttpServlet. getDisplayModelMenu(VitroRequest vreq) -
Uses of MainMenu in edu.cornell.mannlib.vitro.webapp.dao
Methods in edu.cornell.mannlib.vitro.webapp.dao that return MainMenu Modifier and Type Method Description MainMenuMenuDao. getMainMenu(String url)MainMenuMenuDao. getMainMenu(javax.servlet.ServletRequest req, String url) -
Uses of MainMenu in edu.cornell.mannlib.vitro.webapp.dao.jena
Methods in edu.cornell.mannlib.vitro.webapp.dao.jena that return MainMenu Modifier and Type Method Description MainMenuMenuDaoJena. getMainMenu(String url)MainMenuMenuDaoJena. getMainMenu(javax.servlet.ServletRequest req, String url)protected MainMenuMenuDaoJena. getMenu(org.apache.jena.rdf.model.Model displayModel, String url)
-