public class Example2
extends Object
This class is a simple demonstration of how the Velocity Template Engine
can be used in a standalone application using the Velocity utility class.
It demonstrates two of the 'helper' methods found in the org.apache.velocity.util.Velocity
class, mergeTemplate() and evaluate().
- Version:
- $Id: Example2.java 1871468 2019-12-14 12:20:11Z cbrisson $
- Author:
- Geir Magnusson Jr.