Struts
menu
在struts
參數是
Struts
menu
注意添加條目時
Struts
struts
以前在struts
來引入struts
nu
public class MenuContextListener implements ServletContextListener {
private static Log log = LogFactory
private ServletContext ctx;
private String menuConfig =
public void contextInitialized(ServletContextEvent sce) {
ctx = sce
if (log
log
}
// check for menuConfigLocation context
String override =
sce
if (override != null) {
if (log
log
}
nuConfig = override;
}
MenuRepository repository = new MenuRepository();
repository
對比struts
struts
From:http://tw.wingwit.com/Article/program/Java/ky/201311/28881.html