Apache 的 Velocity —— getTemplate() 调用采用字符串而不是文件名?

发布于 2024-09-25 22:19:29 字数 146 浏览 3 评论 0原文

想做一些奇特的事情...:P 我们希望能够传递一个表示文件的字符串,而不是一个简单的文件名字符串。

我们将使用字符串/字符串缓冲区在内存中创建一个文件,并且我们希望速度引擎对其进行操作,而不是读取文件。

有这个功能吗?

非常感谢!

Wanting to do some fancy stuff... :P
We'd like to be able to pass a string that IS the file, instead of a string that simple a filename.

We're going to create a file in memory using a string/stringbuffer and we want the velocity engine to act upon that instead of reading in a file.

Does this function exist?

Many thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

寒江雪… 2024-10-02 22:19:29

我们在 1.5 中添加了 StringResourceLoader,并在 1.6 中对其进行了改进。不需要自己实现。

http ://velocity.apache.org/engine/releases/velocity-1.6.4/apidocs/org/apache/velocity/runtime/resource/loader/StringResourceLoader.html

We added a StringResourceLoader in 1.5 and made it better in 1.6. No need to implement your own.

http://velocity.apache.org/engine/releases/velocity-1.6.4/apidocs/org/apache/velocity/runtime/resource/loader/StringResourceLoader.html

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