| Package | Description | 
|---|---|
| io.vertx.ext.web.templ | |
| io.vertx.ext.web.templ.mvel | |
| io.vertx.reactivex.ext.web.templ.mvel | |
| io.vertx.rxjava.ext.web.templ.mvel | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MVELTemplateEngine
Deprecated. 
 
Please use  
MVELTemplateEngine instead. | 
| Modifier and Type | Method and Description | 
|---|---|
static MVELTemplateEngine | 
MVELTemplateEngine.create(Vertx vertx)
Deprecated.  
Create a template engine using defaults 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MVELTemplateEngine | 
MVELTemplateEngine.create(Vertx vertx)
Create a template engine using defaults 
 | 
MVELTemplateEngine | 
MVELTemplateEngine.setExtension(String extension)
Deprecated. 
 
as a user you should use filename with extensions on the render method instead of relying
 on this method to suffix your filenames. Using this method is quite an opinionated API and has the side
 effect that you cannot use files without extensions as templates.
 Set the extension for the engine 
 | 
MVELTemplateEngine | 
MVELTemplateEngine.setMaxCacheSize(int maxCacheSize)
Set the max cache size for the engine 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MVELTemplateEngine | 
MVELTemplateEngine.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static MVELTemplateEngine | 
MVELTemplateEngine.newInstance(MVELTemplateEngine arg)  | 
| Constructor and Description | 
|---|
MVELTemplateEngine(MVELTemplateEngine delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
MVELTemplateEngine | 
MVELTemplateEngine.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static MVELTemplateEngine | 
MVELTemplateEngine.newInstance(MVELTemplateEngine arg)  | 
| Constructor and Description | 
|---|
MVELTemplateEngine(MVELTemplateEngine delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.