Class Example


  • public class Example
    extends java.lang.Object
    This class is a simple demonstration of how the Velocity Template Engine can be used in a standalone application.
    Version:
    $Id$
    • Constructor Summary

      Constructors 
      Constructor Description
      Example​(java.lang.String templateFile)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.ArrayList getNames()  
      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

      • Example

        public Example​(java.lang.String templateFile)
    • Method Detail

      • getNames

        public java.util.ArrayList getNames()
      • main

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