Class HTTLTemplateEngine
java.lang.Object
io.vertx.mutiny.ext.web.common.template.TemplateEngine
io.vertx.mutiny.ext.web.templ.httl.HTTLTemplateEngine
- All Implemented Interfaces:
MutinyDelegate
A template engine that uses the HTTL library.
The
TemplateEngine.unwrap() shall return an object of class Engine
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<HTTLTemplateEngine>static final StringDefault template extension -
Constructor Summary
ConstructorsConstructorDescriptionHTTLTemplateEngine(io.vertx.ext.web.templ.httl.HTTLTemplateEngine delegate) HTTLTemplateEngine(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic HTTLTemplateEnginestatic HTTLTemplateEnginebooleanio.vertx.ext.web.templ.httl.HTTLTemplateEngineinthashCode()static HTTLTemplateEnginenewInstance(io.vertx.ext.web.templ.httl.HTTLTemplateEngine 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
-
HTTLTemplateEngine
public HTTLTemplateEngine(io.vertx.ext.web.templ.httl.HTTLTemplateEngine delegate) -
HTTLTemplateEngine
-
-
Method Details
-
getDelegate
public io.vertx.ext.web.templ.httl.HTTLTemplateEngine getDelegate()- Specified by:
getDelegatein interfaceMutinyDelegate- Overrides:
getDelegatein classTemplateEngine- Returns:
- the delegate used by this Mutiny object of generated type
-
toString
- Overrides:
toStringin classTemplateEngine
-
equals
- Overrides:
equalsin classTemplateEngine
-
hashCode
public int hashCode()- Overrides:
hashCodein classTemplateEngine
-
create
- Parameters:
vertx-- Returns:
- the engine
-
create
- Parameters:
vertx-extension-- Returns:
- the engine
-
newInstance
-