首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

velocity 加载web-info 上模板

2012-12-29 
velocity 加载web-info 下模板String vmTemPath request.getSession().getServletContext().getRealPath(

velocity 加载web-info 下模板

String vmTemPath =  request.getSession().getServletContext().getRealPath("/")+ "/WEB-INF/velocity/";String tmpName="news.vm";Map<String,Object> params = new HashMap<String,Object>();params.put("title", title);params.put("context", context);params.put("pathList", pathList);params.put("date", TimeUtil.formatDate(new Date(), "yyyy-MM-dd"));params.put("newsId", fileId);exportFileUtil.createHtmlByVelocity(fileId, fileUploadHelper.getHtmlPath()+File.separator+"news", tmpName, vmTemPath, params, "newsMap");


时间长了记不住 留下来当个小笔记。

热点排行