public interface TemplateEngine
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear(String path) |
Template |
getTemplate(String path) |
void |
render(String path,
Object context,
Writer out) |
Template getTemplate(String path) throws IOException
IOExceptionvoid clear(String path)
void render(String path, Object context, Writer out) throws IOException
IOExceptionCopyright © 2017. All Rights Reserved.