Date: 2004-12-15T13:44:16 Editor: ClaudeBrisson <[EMAIL PROTECTED]> Wiki: Jakarta-Velocity Wiki Page: VelocityTools URL: http://wiki.apache.org/jakarta-velocity/VelocityTools
no comment Change Log: ------------------------------------------------------------------------------ @@ -33,6 +33,7 @@ * 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. + * BrowserSniffer -- A browser sniffer tool. Depends on jdk 1.4 for regexps. ==== 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]
