Class VelocityFormatter

All Implemented Interfaces:
Serializable, 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:
  • Constructor Details

    • VelocityFormatter

      public VelocityFormatter()
  • Method Details