Class DefaultVelocityComponent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.apache.velocity.app.VelocityEngine engine  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.velocity.app.VelocityEngine getEngine()  
      • Methods inherited from class java.lang.Object

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

      • engine

        private final org.apache.velocity.app.VelocityEngine engine
    • Method Detail