Class VelocityTemplate


  • public class VelocityTemplate
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      VelocityTemplate​(java.nio.file.Path templatePath)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String fillWith​(java.util.Map<java.lang.String,​java.lang.Object> context)  
      • Methods inherited from class java.lang.Object

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

      • VelocityTemplate

        public VelocityTemplate​(java.nio.file.Path templatePath)
    • Method Detail

      • fillWith

        public java.lang.String fillWith​(java.util.Map<java.lang.String,​java.lang.Object> context)