freemarker设置模板路径问题,看清问题了在回答,不要答非所问

我在freemarkerUtil类里面设置,想要定位到panel.html,Configurationcfg=newConfiguration();cfg.setClas... 我在freemarkerUtil类里面设置,想要定位到panel.html,
Configuration cfg = new Configuration(); cfg.setClassForTemplateLoading(this.getClass(), "/ftl"); cfg.setDefaultEncoding("UTF-8"); Template temp; temp = cfg.getTemplate(name);
以前看到的例子是这样的,不过他是把ftl文件放到src/ftl文件夹下的,我现在是直接放在webroot下面,路径要怎么写,直接针对我的写,不要写一些差不多的让我改..
展开
 我来答
郁闷花生酱
2013-11-01 · TA获得超过4484个赞
知道小有建树答主
回答量:2.5万
采纳率:25%
帮助的人:2467万
展开全部
reqeust.getRealPath("/") + "ftl"
更多追问追答
追问
我现在想要定位panel.html
cfg.setClassForTemplateLoading(this.getClass(), reqeust.getRealPath("/"));
就这样??
我现在想要定位panel.html,
cfg.setClassForTemplateLoading(this.getClass(),reqeust.getRealPath("/") );
难道就这样写?
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式