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