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 String
Default template extension -
Constructor Summary
ConstructorsConstructorDescriptionHTTLTemplateEngine
(io.vertx.ext.web.templ.httl.HTTLTemplateEngine delegate) HTTLTemplateEngine
(Object delegate) -
Method Summary
Modifier and TypeMethodDescriptionstatic HTTLTemplateEngine
static HTTLTemplateEngine
boolean
io.vertx.ext.web.templ.httl.HTTLTemplateEngine
int
hashCode()
static HTTLTemplateEngine
newInstance
(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:
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
-