Class HTTLTemplateEngine
- java.lang.Object
-
- io.vertx.mutiny.ext.web.common.template.TemplateEngine
-
- io.vertx.mutiny.ext.web.templ.httl.HTTLTemplateEngine
-
public class HTTLTemplateEngine extends TemplateEngine
A template engine that uses the HTTL library. TheTemplateEngine.unwrap()
shall return an object of classEngine
NOTE: This class has been automatically generated from theoriginal
non Mutiny-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<HTTLTemplateEngine>
__TYPE_ARG
static String
DEFAULT_TEMPLATE_EXTENSION
Default template extension
-
Constructor Summary
Constructors Constructor Description HTTLTemplateEngine(io.vertx.ext.web.templ.httl.HTTLTemplateEngine delegate)
HTTLTemplateEngine(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HTTLTemplateEngine
create(Vertx vertx)
static HTTLTemplateEngine
create(Vertx vertx, String extension)
boolean
equals(Object o)
io.vertx.ext.web.templ.httl.HTTLTemplateEngine
getDelegate()
int
hashCode()
static HTTLTemplateEngine
newInstance(io.vertx.ext.web.templ.httl.HTTLTemplateEngine arg)
String
toString()
-
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<HTTLTemplateEngine> __TYPE_ARG
-
DEFAULT_TEMPLATE_EXTENSION
public static final String DEFAULT_TEMPLATE_EXTENSION
Default template extension- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HTTLTemplateEngine
public HTTLTemplateEngine(io.vertx.ext.web.templ.httl.HTTLTemplateEngine delegate)
-
HTTLTemplateEngine
public HTTLTemplateEngine(Object delegate)
-
-
Method Detail
-
getDelegate
public io.vertx.ext.web.templ.httl.HTTLTemplateEngine getDelegate()
- Overrides:
getDelegate
in classTemplateEngine
-
toString
public String toString()
- Overrides:
toString
in classTemplateEngine
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classTemplateEngine
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classTemplateEngine
-
create
public static HTTLTemplateEngine create(Vertx vertx)
- Parameters:
vertx
-- Returns:
- the engine
-
create
public static HTTLTemplateEngine create(Vertx vertx, String extension)
- Parameters:
vertx
-extension
-- Returns:
- the engine
-
newInstance
public static HTTLTemplateEngine newInstance(io.vertx.ext.web.templ.httl.HTTLTemplateEngine arg)
-
-