Class MVELTemplateEngine
- java.lang.Object
-
- io.vertx.mutiny.ext.web.common.template.TemplateEngine
-
- io.vertx.mutiny.ext.web.templ.mvel.MVELTemplateEngine
-
public class MVELTemplateEngine extends TemplateEngine
A template engine that uses the Handlebars library. NOTE: This class has been automatically generated from theoriginal
non Mutiny-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<MVELTemplateEngine>
__TYPE_ARG
static String
DEFAULT_TEMPLATE_EXTENSION
Default template extension
-
Constructor Summary
Constructors Constructor Description MVELTemplateEngine(io.vertx.ext.web.templ.mvel.MVELTemplateEngine delegate)
MVELTemplateEngine(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MVELTemplateEngine
create(Vertx vertx)
static MVELTemplateEngine
create(Vertx vertx, String extension)
boolean
equals(Object o)
io.vertx.ext.web.templ.mvel.MVELTemplateEngine
getDelegate()
int
hashCode()
static MVELTemplateEngine
newInstance(io.vertx.ext.web.templ.mvel.MVELTemplateEngine arg)
String
toString()
-
Methods inherited from class io.vertx.mutiny.ext.web.common.template.TemplateEngine
clearCache, newInstance, render, render, renderAndAwait, renderAndAwait, renderAndForget, renderAndForget, unwrap
-
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<MVELTemplateEngine> __TYPE_ARG
-
DEFAULT_TEMPLATE_EXTENSION
public static final String DEFAULT_TEMPLATE_EXTENSION
Default template extension- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MVELTemplateEngine
public MVELTemplateEngine(io.vertx.ext.web.templ.mvel.MVELTemplateEngine delegate)
-
MVELTemplateEngine
public MVELTemplateEngine(Object delegate)
-
-
Method Detail
-
getDelegate
public io.vertx.ext.web.templ.mvel.MVELTemplateEngine getDelegate()
- Overrides:
getDelegate
in classTemplateEngine
-
toString
public String toString()
- Overrides:
toString
in classTemplateEngine
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classTemplateEngine
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classTemplateEngine
-
create
public static MVELTemplateEngine create(Vertx vertx)
- Parameters:
vertx
-- Returns:
- the engine
-
create
public static MVELTemplateEngine create(Vertx vertx, String extension)
- Parameters:
vertx
-extension
-- Returns:
- the engine
-
newInstance
public static MVELTemplateEngine newInstance(io.vertx.ext.web.templ.mvel.MVELTemplateEngine arg)
-
-