/**
* 添加jsp映射
*/
@Deprecated
private void registeJspServlet(ServletContext context) {
ServletRegistration jspServlet = context.getServletRegistration("jsp");
jspServlet.addMapping("/index.jsp");
String jspPath = Constants.JSP_PATH_VALUE;
jspServlet.addMapping(jspPath + "*");
}
Initializer.java 文件源码
java
阅读 39
收藏 0
点赞 0
评论 0
项目:tauren
作者:
评论列表
文章目录