Package htmlcompiler.compilers
Interface FileCompiler
- All Known Subinterfaces:
TemplateEngines.HtmlTemplateEngine
public interface FileCompiler
-
Method Summary
Modifier and TypeMethodDescriptionstatic Map<String,FileCompiler> newFileCompilerMap(Logger logger, HtmlCompiler html, Map<String, String> context)
-
Method Details
-
compile
- Throws:
IOExceptionInvalidTemplateInvalidInput
-
outputExtension
String outputExtension() -
newFileCompilerMap
static Map<String,FileCompiler> newFileCompilerMap(Logger logger, HtmlCompiler html, Map<String, String> context)
-