Class SiteAwareTemplateLookupStrategy


  • public class SiteAwareTemplateLookupStrategy
    extends freemarker.cache.TemplateLookupStrategy
    Extension of TemplateLookupStrategy that looks for locale specific templates
    Since:
    4.0.0
    Author:
    joseross
    • Constructor Detail

      • SiteAwareTemplateLookupStrategy

        public SiteAwareTemplateLookupStrategy()
    • Method Detail

      • lookup

        public freemarker.cache.TemplateLookupResult lookup​(freemarker.cache.TemplateLookupContext ctx)
                                                     throws IOException
        Specified by:
        lookup in class freemarker.cache.TemplateLookupStrategy
        Throws:
        IOException