Interface MenuDao

  • All Known Implementing Classes:
    MenuDaoJena

    public interface MenuDao
    • 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 request
        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