Interface FreemarkerTemplateModelService

All Known Implementing Classes:
FreemarkerTemplateModelServiceImpl

public interface FreemarkerTemplateModelService
  • Method Summary Link icon

    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 Link icon

    • getDirectives Link icon

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

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