Class HybridTemplateLoader

  • All Implemented Interfaces:
    freemarker.cache.TemplateLoader

    public class HybridTemplateLoader
    extends freemarker.cache.URLTemplateLoader
    Attempts to load the template from the class-path, followed by the file-system, otherwise fails.
    Author:
    jwhite
    • Constructor Detail

      • HybridTemplateLoader

        public HybridTemplateLoader()
    • Method Detail

      • getURL

        protected URL getURL​(String name)
        Specified by:
        getURL in class freemarker.cache.URLTemplateLoader