public class PebbleTemplateEngine extends TemplateEngine
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<PebbleTemplateEngine> |
__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 |
---|
PebbleTemplateEngine(io.vertx.ext.web.templ.pebble.PebbleTemplateEngine delegate) |
Modifier and Type | Method and Description |
---|---|
static PebbleTemplateEngine |
create(Vertx vertx)
Create a template engine using defaults
|
boolean |
equals(Object o) |
io.vertx.ext.web.templ.pebble.PebbleTemplateEngine |
getDelegate() |
int |
hashCode() |
static PebbleTemplateEngine |
newInstance(io.vertx.ext.web.templ.pebble.PebbleTemplateEngine arg) |
PebbleTemplateEngine |
setExtension(String extension)
Deprecated.
|
PebbleTemplateEngine |
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<PebbleTemplateEngine> __TYPE_ARG
public static final int DEFAULT_MAX_CACHE_SIZE
public static final String DEFAULT_TEMPLATE_EXTENSION
public PebbleTemplateEngine(io.vertx.ext.web.templ.pebble.PebbleTemplateEngine 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.pebble.PebbleTemplateEngine getDelegate()
getDelegate
in class TemplateEngine
public static PebbleTemplateEngine create(Vertx vertx)
vertx
- @Deprecated public PebbleTemplateEngine setExtension(String extension)
extension
- the extensionpublic PebbleTemplateEngine setMaxCacheSize(int maxCacheSize)
maxCacheSize
- the maxCacheSizepublic static PebbleTemplateEngine newInstance(io.vertx.ext.web.templ.pebble.PebbleTemplateEngine arg)
Copyright © 2019 Eclipse. All rights reserved.