Class FreemarkerRenderingEngine

    • Field Detail

      • cfg

        protected freemarker.template.Configuration cfg
    • Constructor Detail

      • FreemarkerRenderingEngine

        public FreemarkerRenderingEngine()
    • Method Detail

      • createConfiguration

        public freemarker.template.Configuration createConfiguration()
        TODO : It works like this but this default implementation should return just a new Configuration() There should be a class that extends this class and overrides this but that brokes it right now. TODO: write a clear TODO