public abstract class CachingTemplateEngine<T> extends Object implements TemplateEngine
Modifier | Constructor and Description |
---|---|
protected |
CachingTemplateEngine(io.vertx.core.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) |
protected String extension
protected CachingTemplateEngine(io.vertx.core.Vertx vertx, String ext)
Copyright © 2020 Eclipse. All rights reserved.