Package ch.tocco.nice2.templating.impl
Class FreemarkerTemplateModelServiceImpl
java.lang.Object
ch.tocco.nice2.templating.impl.FreemarkerTemplateModelServiceImpl
- All Implemented Interfaces:
FreemarkerTemplateModelService
@Component
public class FreemarkerTemplateModelServiceImpl
extends Object
implements FreemarkerTemplateModelService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet allTemplateDirectiveModel
implementations which have been contributed tonice2.templating.Directives
Get allTemplateDirectiveModel
implementations which have been contributed tonice2.templating.TemplateMethods
void
setTemplateDirectives
(Map<String, freemarker.template.TemplateDirectiveModel> directives) void
setTemplateMethods
(Map<String, freemarker.template.TemplateMethodModelEx> methods)
-
Constructor Details
-
FreemarkerTemplateModelServiceImpl
public FreemarkerTemplateModelServiceImpl()
-
-
Method Details
-
setTemplateDirectives
-
setTemplateMethods
-
getDirectives
Description copied from interface:FreemarkerTemplateModelService
Get allTemplateDirectiveModel
implementations which have been contributed tonice2.templating.Directives
- Specified by:
getDirectives
in interfaceFreemarkerTemplateModelService
-
getMethods
Description copied from interface:FreemarkerTemplateModelService
Get allTemplateDirectiveModel
implementations which have been contributed tonice2.templating.TemplateMethods
- Specified by:
getMethods
in interfaceFreemarkerTemplateModelService
-