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 classEngineNOTE: This class has been automatically generated from theoriginalnon Mutiny-ified interface using Vert.x codegen.
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<HTTLTemplateEngine>__TYPE_ARGstatic StringDEFAULT_TEMPLATE_EXTENSIONDefault 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 HTTLTemplateEnginecreate(Vertx vertx)static HTTLTemplateEnginecreate(Vertx vertx, String extension)booleanequals(Object o)io.vertx.ext.web.templ.httl.HTTLTemplateEnginegetDelegate()inthashCode()static HTTLTemplateEnginenewInstance(io.vertx.ext.web.templ.httl.HTTLTemplateEngine arg)StringtoString()-
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:
getDelegatein classTemplateEngine
-
toString
public String toString()
- Overrides:
toStringin classTemplateEngine
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classTemplateEngine
-
hashCode
public int hashCode()
- Overrides:
hashCodein 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)
-
-