在 freemarker.properties 上定义文件路径
是否可以添加 freemarker.properties 文件。实际上我需要通过在 freemarker.properties 上定义它们的目录路径来将几个 ftl 包含到一个文件中?另外请告诉我如何在 master ftl 文件中配置 freemarker.properties,因为我没有使用任何操作 servlet?
Is it possible to add a freemarker.properties file. Actually I need to include several ftl into a file by defining their directory path on freemarker.properties ? Also please tell me how to configure freemarker.properties in master ftl file since I am not using any action servlets?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要在 struts2 中配置 freemarker 引擎,您只需将 freemarker.properties 添加到类路径中。
支持的属性是 FreeMarker Configuration 对象期望的属性
请参阅此链接可能会对您有所帮助
Struts2 的免费标记
For configuring freemarker engine in struts2 all you need is to add freemarker.properties to the classpath.
The supported properties are those that the FreeMarker Configuration object expects
See this link may be it will help you
Free Marker with Struts2