public class MVELTemplateEngine extends TemplateEngine
original non RX-ified interface using Vert.x codegen.| Constructor and Description |
|---|
MVELTemplateEngine(MVELTemplateEngine delegate) |
| Modifier and Type | Method and Description |
|---|---|
static MVELTemplateEngine |
create()
Create a template engine using defaults
|
Object |
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, renderObservablepublic MVELTemplateEngine(MVELTemplateEngine delegate)
public Object getDelegate()
getDelegate in class TemplateEnginepublic static MVELTemplateEngine create()
public MVELTemplateEngine setExtension(String extension)
extension - the extensionpublic MVELTemplateEngine setMaxCacheSize(int maxCacheSize)
maxCacheSize - the maxCacheSizepublic static MVELTemplateEngine newInstance(MVELTemplateEngine arg)
Copyright © 2015. All Rights Reserved.