public interface VelocityExpression
Velocity support. Note that a VelocityExpression must often
evaluate to a particular type of value to be useful. For example, requires must evaluate to true or false (Boolean objects or
strings containing those two words), and messageData must
evaluate to a Java Map object, or a Java List containing only Maps.