Package htmlcompiler.templates
Interface TemplateEngine
-
- All Known Implementing Classes:
DummyEngine,Jade4j,Pebble
public interface TemplateEngine
-
-
Method Summary
Modifier and Type Method Description java.lang.StringprocessTemplate(java.io.File file)
-
-
-
Method Detail
-
processTemplate
java.lang.String processTemplate(java.io.File file) throws java.io.IOException, TemplateParseException- Throws:
java.io.IOExceptionTemplateParseException
-
-