Class VelocityFormatter

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable

    public class VelocityFormatter
    extends GeneratedVelocityFormatter
    Formats the given item with a given Velocity template. As context prefix 'this' is used. Example: if the given item is a product you'll get with "$this.code" in the template the code of the product.
    See Also:
    Serialized Form
    • Constructor Detail

      • VelocityFormatter

        public VelocityFormatter()