Interface MenuDao
-
- All Known Implementing Classes:
MenuDaoJena
public interface MenuDao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MainMenugetMainMenu(String url)MainMenugetMainMenu(javax.servlet.ServletRequest req, String url)
-
-
-
Method Detail
-
getMainMenu
MainMenu getMainMenu(String url)
- Parameters:
url- - url of request for setting active menu items. This should start with a / and not have the context path. These values will be checked against urlMapping. ex. /people or /home
-
getMainMenu
MainMenu getMainMenu(javax.servlet.ServletRequest req, String url)
- Parameters:
req- - the ServletRequest for the current requesturl- - url of request for setting active menu items. This should start with a / and not have the context path. These values will be checked against urlMapping. ex. /people or /home
-
-