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 theoriginalnon Mutiny-ified interface using Vert.x codegen. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static TypeArg<MVELTemplateEngine>__TYPE_ARGstatic StringDEFAULT_TEMPLATE_EXTENSIONDefault 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 MVELTemplateEnginecreate(Vertx vertx)static MVELTemplateEnginecreate(Vertx vertx, String extension)booleanequals(Object o)io.vertx.ext.web.templ.mvel.MVELTemplateEnginegetDelegate()inthashCode()static MVELTemplateEnginenewInstance(io.vertx.ext.web.templ.mvel.MVELTemplateEngine arg)StringtoString()- 
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:
 getDelegatein classTemplateEngine
 
- 
toString
public String toString()
- Overrides:
 toStringin classTemplateEngine
 
- 
equals
public boolean equals(Object o)
- Overrides:
 equalsin classTemplateEngine
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein 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)
 
 - 
 
 -