public class MVELTemplateEngine extends TemplateEngine
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<MVELTemplateEngine> |
__TYPE_ARG |
static String |
DEFAULT_TEMPLATE_EXTENSION
Default template extension
|
Constructor and Description |
---|
MVELTemplateEngine(MVELTemplateEngine delegate) |
MVELTemplateEngine(Object delegate) |
Modifier and Type | Method and Description |
---|---|
static MVELTemplateEngine |
create(Vertx vertx)
Create a template engine using defaults
|
static MVELTemplateEngine |
create(Vertx vertx,
String extension)
Create a template engine using defaults
|
boolean |
equals(Object o) |
MVELTemplateEngine |
getDelegate() |
int |
hashCode() |
static MVELTemplateEngine |
newInstance(MVELTemplateEngine arg) |
String |
toString() |
clearCache, newInstance, render, render, rxRender, rxRender, unwrap
public static final io.vertx.lang.rx.TypeArg<MVELTemplateEngine> __TYPE_ARG
public static final String DEFAULT_TEMPLATE_EXTENSION
public MVELTemplateEngine(MVELTemplateEngine delegate)
public MVELTemplateEngine(Object 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 MVELTemplateEngine getDelegate()
getDelegate
in class TemplateEngine
public static MVELTemplateEngine create(Vertx vertx)
vertx
- public static MVELTemplateEngine create(Vertx vertx, String extension)
vertx
- extension
- public static MVELTemplateEngine newInstance(MVELTemplateEngine arg)
Copyright © 2023 Eclipse. All rights reserved.