在 freemarker.properties 上定义文件路径

发布于 2024-12-01 13:33:01 字数 168 浏览 1 评论 0原文

是否可以添加 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

转角预定愛 2024-12-08 13:33:01

要在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文