我正在使用带有 Velocity 和 VelocityViewServlet 的 Apache Tomcat。我创建了一个参考 ViewContext 的自定义工具。这一切都很好。
问题是:定位/加载模板并使用提供的参数对其进行处理的最佳方法是什么?
我已经有了通过获得的文件的绝对路径
((ViewContext)context).getRequest().getSession().getServletContext().getRealPath("/")
- 我必须实例化 VelocityEngine 吗?我想 Velocity 没有全局维护(VelocityViewServlet)
- 哪种(以及如何)最适合使用 Velocity 装载机?