Date: 2004-12-06T20:50:42
   Editor: ShinobuKawai <[EMAIL PROTECTED]>
   Wiki: Jakarta-Velocity Wiki
   Page: VelocityTools
   URL: http://wiki.apache.org/jakarta-velocity/VelocityTools

   Add #ifnull and #ifnotnull

Change Log:

------------------------------------------------------------------------------
@@ -31,6 +31,8 @@
  * EscapeTool -- A generic Tool that works with escaping.  Depends on 
commons-lang 2.0.
  * PublicFieldUberspect -- Uberspect implementation that exposes public fields.
  * MonostateVelocityEngine -- A nasty VelocityEngine for people who want to be 
polymorphic with the Singleton model.  See 
[http://issues.apache.org/bugzilla/show_bug.cgi?id=21258 Bug 21258].
+ * IfNullDirective -- A directive (#ifnull) that renders contents if the given 
value is null.
+ * IfNotNullDirective -- A directive (#ifnotnull) that renders contents if the 
given value is not null.
 
 ==== Macro Library ====
 The mailing list often has questions/suggestions for for common macros. We're 
just getting started on this endeavor, so please share with us any ideas you 
have.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to