Class FreemarkerTemplateModelServiceImpl

java.lang.Object
ch.tocco.nice2.templating.impl.FreemarkerTemplateModelServiceImpl
All Implemented Interfaces:
FreemarkerTemplateModelService

@Component public class FreemarkerTemplateModelServiceImpl extends Object implements FreemarkerTemplateModelService
  • Constructor Details Link icon

    • FreemarkerTemplateModelServiceImpl Link icon

      public FreemarkerTemplateModelServiceImpl()
  • Method Details Link icon

    • setTemplateDirectives Link icon

      public void setTemplateDirectives(Map<String,freemarker.template.TemplateDirectiveModel> directives)
    • setTemplateMethods Link icon

      public void setTemplateMethods(Map<String,freemarker.template.TemplateMethodModelEx> methods)
    • getDirectives Link icon

      public Map<String,freemarker.template.TemplateDirectiveModel> getDirectives()
      Description copied from interface: FreemarkerTemplateModelService
      Get all TemplateDirectiveModel implementations which have been contributed to nice2.templating.Directives
      Specified by:
      getDirectives in interface FreemarkerTemplateModelService
    • getMethods Link icon

      public Map<String,freemarker.template.TemplateMethodModelEx> getMethods()
      Description copied from interface: FreemarkerTemplateModelService
      Get all TemplateDirectiveModel implementations which have been contributed to nice2.templating.TemplateMethods
      Specified by:
      getMethods in interface FreemarkerTemplateModelService