Apache 的 Velocity —— getTemplate() 调用采用字符串而不是文件名?
想做一些奇特的事情...: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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们在 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