Velocity Object Tool

Last modified by Vincent Massol on 2021/04/06

Provides various methods to manipulate objects from Velocity. For example to check for null:

#set ($result = ...)
#if ($objecttool.isNull($result))
  ...
#else
  ...
#end
Tags:
   

Get Connected