public abstract class CachingTemplateEngine<T> extends Object implements TemplateEngine
| Modifier | Constructor and Description |
|---|---|
protected |
CachingTemplateEngine(Vertx vertx,
String ext) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
adjustLocation(String location) |
io.vertx.ext.web.common.template.impl.TemplateHolder<T> |
getTemplate(String filename) |
io.vertx.ext.web.common.template.impl.TemplateHolder<T> |
putTemplate(String filename,
io.vertx.ext.web.common.template.impl.TemplateHolder<T> templateHolder) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrender, renderprotected String extension
Copyright © 2019 Eclipse. All rights reserved.