Package htmlcompiler.compilers.templates
Interface HtmlTemplateEngine
- All Superinterfaces:
FileCompiler
- All Known Implementing Classes:
Handlebars
,Jade4j
,JinJava
,JTwig
,Markdown
,Mustache
,NopEngine
,Pebble
,Thymeleaf
public interface HtmlTemplateEngine extends FileCompiler
-
Method Summary
Modifier and Type Method Description default String
outputExtension()
-
Method Details
-
outputExtension
- Specified by:
outputExtension
in interfaceFileCompiler
-