public class MVELTemplateEngine extends TemplateEngine
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static TypeArg<MVELTemplateEngine> |
__TYPE_ARG |
Constructor and Description |
---|
MVELTemplateEngine(MVELTemplateEngine delegate) |
Modifier and Type | Method and Description |
---|---|
static MVELTemplateEngine |
create()
Create a template engine using defaults
|
MVELTemplateEngine |
getDelegate() |
static MVELTemplateEngine |
newInstance(MVELTemplateEngine arg) |
MVELTemplateEngine |
setExtension(String extension)
Set the extension for the engine
|
MVELTemplateEngine |
setMaxCacheSize(int maxCacheSize)
Set the max cache size for the engine
|
newInstance, render, renderObservable, rxRender
public static final TypeArg<MVELTemplateEngine> __TYPE_ARG
public MVELTemplateEngine(MVELTemplateEngine delegate)
public MVELTemplateEngine getDelegate()
getDelegate
in class TemplateEngine
public static MVELTemplateEngine create()
public MVELTemplateEngine setExtension(String extension)
extension
- the extensionpublic MVELTemplateEngine setMaxCacheSize(int maxCacheSize)
maxCacheSize
- the maxCacheSizepublic static MVELTemplateEngine newInstance(MVELTemplateEngine arg)
Copyright © 2017. All rights reserved.