public class RockerTemplateEngine extends TemplateEngine
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<RockerTemplateEngine> |
__TYPE_ARG |
static int |
DEFAULT_MAX_CACHE_SIZE
Default max number of templates to cache
|
static String |
DEFAULT_TEMPLATE_EXTENSION
Default template extension
|
Constructor and Description |
---|
RockerTemplateEngine(io.vertx.ext.web.templ.rocker.RockerTemplateEngine delegate) |
Modifier and Type | Method and Description |
---|---|
static RockerTemplateEngine |
create() |
boolean |
equals(Object o) |
io.vertx.ext.web.templ.rocker.RockerTemplateEngine |
getDelegate() |
int |
hashCode() |
static RockerTemplateEngine |
newInstance(io.vertx.ext.web.templ.rocker.RockerTemplateEngine arg) |
RockerTemplateEngine |
setExtension(String extension)
Deprecated.
|
RockerTemplateEngine |
setMaxCacheSize(int maxCacheSize)
Set the max cache size for the engine
|
String |
toString() |
isCachingEnabled, newInstance, render, render, renderObservable, renderObservable, rxRender, rxRender
public static final TypeArg<RockerTemplateEngine> __TYPE_ARG
public static final int DEFAULT_MAX_CACHE_SIZE
public static final String DEFAULT_TEMPLATE_EXTENSION
public RockerTemplateEngine(io.vertx.ext.web.templ.rocker.RockerTemplateEngine delegate)
public String toString()
toString
in class TemplateEngine
public boolean equals(Object o)
equals
in class TemplateEngine
public int hashCode()
hashCode
in class TemplateEngine
public io.vertx.ext.web.templ.rocker.RockerTemplateEngine getDelegate()
getDelegate
in class TemplateEngine
public static RockerTemplateEngine create()
@Deprecated public RockerTemplateEngine setExtension(String extension)
extension
- the extensionpublic RockerTemplateEngine setMaxCacheSize(int maxCacheSize)
maxCacheSize
- the maxCacheSizepublic static RockerTemplateEngine newInstance(io.vertx.ext.web.templ.rocker.RockerTemplateEngine arg)
Copyright © 2019 Eclipse. All rights reserved.