Uses of Class
compozitor.template.core.interfaces.TemplateEngine
-
Packages that use TemplateEngine Package Description compozitor.template.core.interfaces -
-
Uses of TemplateEngine in compozitor.template.core.interfaces
Methods in compozitor.template.core.interfaces that return TemplateEngine Modifier and Type Method Description TemplateEngineTemplateEngineBuilder. build()Methods in compozitor.template.core.interfaces with parameters of type TemplateEngine Modifier and Type Method Description static TemplateBuilderTemplateBuilder. create(TemplateEngine templateEngine, String templateName)protected abstract StringDirective. doRender(TemplateEngine engine, List<Directive.Variable> variables)protected StringRender. doRender(TemplateEngine engine, List<Directive.Variable> variables)protected StringValueDirective. doRender(TemplateEngine engine, List<Directive.Variable> variables)
-