Class MVELTemplateEngine
java.lang.Object
io.vertx.mutiny.ext.web.common.template.TemplateEngine
io.vertx.mutiny.ext.web.templ.mvel.MVELTemplateEngine
- All Implemented Interfaces:
MutinyDelegate
A template engine that uses the Handlebars library.
NOTE: This class has been automatically generated from the
original
non Mutiny-ified interface using Vert.x codegen.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypeArg<MVELTemplateEngine>
static final String
Default template extension -
Constructor Summary
ConstructorsConstructorDescriptionMVELTemplateEngine
(io.vertx.ext.web.templ.mvel.MVELTemplateEngine delegate) MVELTemplateEngine
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic MVELTemplateEngine
static MVELTemplateEngine
boolean
io.vertx.ext.web.templ.mvel.MVELTemplateEngine
int
hashCode()
static MVELTemplateEngine
newInstance
(io.vertx.ext.web.templ.mvel.MVELTemplateEngine arg) toString()
Methods inherited from class io.vertx.mutiny.ext.web.common.template.TemplateEngine
clearCache, newInstance, render, render, renderAndAwait, renderAndAwait, renderAndForget, renderAndForget, unwrap
-
Field Details
-
__TYPE_ARG
-
DEFAULT_TEMPLATE_EXTENSION
Default template extension- See Also:
-
-
Constructor Details
-
MVELTemplateEngine
public MVELTemplateEngine(io.vertx.ext.web.templ.mvel.MVELTemplateEngine delegate) -
MVELTemplateEngine
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.templ.mvel.MVELTemplateEngine getDelegate()- Specified by:
getDelegate
in interfaceMutinyDelegate
- Overrides:
getDelegate
in classTemplateEngine
- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
- Overrides:
toString
in classTemplateEngine
-
equals
- Overrides:
equals
in classTemplateEngine
-
hashCode
public int hashCode()- Overrides:
hashCode
in classTemplateEngine
-
create
- Parameters:
vertx
-- Returns:
- the engine
-
create
- Parameters:
vertx
-extension
-- Returns:
- the engine
-
newInstance
-