Interface FreemarkerTemplateModelService

All Known Implementing Classes:
FreemarkerTemplateModelServiceImpl

public interface FreemarkerTemplateModelService
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<String,freemarker.template.TemplateDirectiveModel>
    Get all TemplateDirectiveModel implementations which have been contributed to nice2.templating.Directives
    Map<String,freemarker.template.TemplateMethodModelEx>
    Get all TemplateDirectiveModel implementations which have been contributed to nice2.templating.TemplateMethods
  • Method Details

    • getDirectives

      Map<String,freemarker.template.TemplateDirectiveModel> getDirectives()
      Get all TemplateDirectiveModel implementations which have been contributed to nice2.templating.Directives
    • getMethods

      Map<String,freemarker.template.TemplateMethodModelEx> getMethods()
      Get all TemplateDirectiveModel implementations which have been contributed to nice2.templating.TemplateMethods