Class Example2


  • public class Example2
    extends java.lang.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$
    • Constructor Summary

      Constructors 
      Constructor Description
      Example2()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Example2

        public Example2()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)