Dear Wiki user, You have subscribed to a wiki page or wiki category on "Velocity Wiki" for change notification.
The "VelocityTools" page has been changed by DaigoKobayashi. http://wiki.apache.org/jakarta-velocity/VelocityTools?action=diff&rev1=34&rev2=35 -------------------------------------------------- * 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. * 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]]. - * MergeDirective -- A directive (#merge) that use incremental code generation. * TemplateNameFilter -- A servlet filter that adds ".vtl" to URIs when they point towards templates. * StreamLayoutServlet -- Layout revisited: This is another layout sevlet that will preserve the direct streaming of the page towards the response stream without caching it into memory. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org For additional commands, e-mail: dev-h...@velocity.apache.org