Apache 速度 IfNotNull
Apache Velocity IfNotNull
This link 描述了如何在 velocity 中使用 if not null
条件。
userdirective = org.apache.velocity.tools.generic.directive.Ifnull
userdirective = org.apache.velocity.tools.generic.directive.Ifnotnull
但是往里看velocity tools jar 没有这样的class org.apache.velocity.tools.generic.directive.Ifnotnull
.
我在这里错过了什么?
来自你的link:
Use a custom directive. cf. IfNullDirective, IfNotNullDirective
您必须将 linked 代码 (http://wiki.apache.org/velocity/IfNullDirective and http://wiki.apache.org/velocity/IfNotNullDirective) 放入您的源代码中,它不会在常规速度罐中提供。
This link 描述了如何在 velocity 中使用 if not null
条件。
userdirective = org.apache.velocity.tools.generic.directive.Ifnull
userdirective = org.apache.velocity.tools.generic.directive.Ifnotnull
但是往里看velocity tools jar 没有这样的class org.apache.velocity.tools.generic.directive.Ifnotnull
.
我在这里错过了什么?
来自你的link:
Use a custom directive. cf. IfNullDirective, IfNotNullDirective
您必须将 linked 代码 (http://wiki.apache.org/velocity/IfNullDirective and http://wiki.apache.org/velocity/IfNotNullDirective) 放入您的源代码中,它不会在常规速度罐中提供。