Interface TemplateEngine<C>

    • Method Detail

      • process

        void process​(C context,
                     String templateFile,
                     Writer destinationWriter)
              throws TemplateEngineException
        Runs the engine
        Parameters:
        context - the context in which this should happen
        templateFile - the template file
        destinationWriter - the writer for the result
        Throws:
        TemplateEngineException - template exception if something fails during processing