Class MVELTemplateEngine
java.lang.Object
io.vertx.reactivex.ext.web.common.template.TemplateEngine
io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
A template engine that uses the Handlebars library.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<MVELTemplateEngine> static final StringDefault template extension -
Constructor Summary
ConstructorsConstructorDescriptionMVELTemplateEngine(MVELTemplateEngine delegate) MVELTemplateEngine(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic MVELTemplateEngineCreate a template engine using defaultsstatic MVELTemplateEngineCreate a template engine using defaultsbooleaninthashCode()static MVELTemplateEnginetoString()Methods inherited from class TemplateEngine
clearCache, newInstance, render, render, rxRender, rxRender, unwrap
-
Field Details
-
__TYPE_ARG
-
DEFAULT_TEMPLATE_EXTENSION
-
-
Constructor Details
-
MVELTemplateEngine
-
MVELTemplateEngine
-
-
Method Details
-
toString
- Overrides:
toStringin classTemplateEngine
-
equals
- Overrides:
equalsin classTemplateEngine
-
hashCode
public int hashCode()- Overrides:
hashCodein classTemplateEngine
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate- Overrides:
getDelegatein classTemplateEngine
-
create
Create a template engine using defaults- Parameters:
vertx-- Returns:
- the engine
-
create
Create a template engine using defaults- Parameters:
vertx-extension-- Returns:
- the engine
-
newInstance
-