public interface MenuDao
| Modifier and Type | Method and Description |
|---|---|
MainMenu |
getMainMenu(javax.servlet.ServletRequest req,
String url) |
MainMenu |
getMainMenu(String url) |
MainMenu getMainMenu(String url)
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 /homeMainMenu getMainMenu(javax.servlet.ServletRequest req, String url)
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 /homeCopyright © 2022. All rights reserved.