public abstract class CachingTemplateEngine<T> extends Object implements TemplateEngine
Modifier and Type | Field and Description |
---|---|
protected io.vertx.ext.web.common.template.impl.ConcurrentLRUCache<String,T> |
cache |
protected String |
extension
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
CachingTemplateEngine(int maxCacheSize) |
protected |
CachingTemplateEngine(String ext,
int maxCacheSize)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected String |
adjustLocation(String location)
Deprecated.
|
protected void |
doSetExtension(String ext)
Deprecated.
|
boolean |
isCachingEnabled()
Returns true if the template template caches template files.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
render, render
@Deprecated protected String extension
@Deprecated protected CachingTemplateEngine(String ext, int maxCacheSize)
protected CachingTemplateEngine(int maxCacheSize)
public boolean isCachingEnabled()
TemplateEngine
isCachingEnabled
in interface TemplateEngine
@Deprecated protected String adjustLocation(String location)
@Deprecated protected void doSetExtension(String ext)
Copyright © 2023 Eclipse. All rights reserved.