NVelocity 中是否可以默认使用安静引用?
我正在使用 NVelocity 构建电子邮件。 我不想将每个引用标记为安静($!name 而不是 $name),而是默认为安静引用。
是否可以?
I'm using NVelocity to build an email message. Rather than mark every reference as quiet ($!name instead of $name), I'd like to default to quiet references.
Is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 NVelocity 中进行设置的唯一方法是通过设置一些标准属性。 查看支持Velocity RuntimeConstants 属性,没有任何这样的属性,所以我猜这是不可能的。
The only way you would be able to set this is in NVelocity would be through setting some standard property. Looking at the supported Velocity RuntimeConstants for properties, there isn't any such property, so I guess it's not possible.