Class ThymeleafTemplateEngine
java.lang.Object
io.vertx.rxjava3.ext.web.common.template.TemplateEngine
io.vertx.rxjava3.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<ThymeleafTemplateEngine> static final org.thymeleaf.templatemode.TemplateMode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThymeleafTemplateEngineCreate a template engine using defaultsbooleaninthashCode()static ThymeleafTemplateEnginetoString()org.thymeleaf.TemplateEngineunwrap()Returns the underlying engine, so further configurations or customizations may be applied ornullwhen the engine cannot unwrap it.Methods inherited from class TemplateEngine
clearCache, newInstance, render, render, rxRender, rxRender
-
Field Details
-
__TYPE_ARG
-
DEFAULT_TEMPLATE_MODE
public static final org.thymeleaf.templatemode.TemplateMode DEFAULT_TEMPLATE_MODE
-
-
Constructor Details
-
ThymeleafTemplateEngine
-
ThymeleafTemplateEngine
-
-
Method Details
-
toString
- Overrides:
toStringin classTemplateEngine
-
equals
- Overrides:
equalsin classTemplateEngine
-
hashCode
public int hashCode()- Overrides:
hashCodein classTemplateEngine
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate- Overrides:
getDelegatein classTemplateEngine
-
create
Create a template engine using defaults- Parameters:
vertx-- Returns:
- the engine
-
unwrap
public org.thymeleaf.TemplateEngine unwrap()Description copied from class:TemplateEngineReturns the underlying engine, so further configurations or customizations may be applied ornullwhen the engine cannot unwrap it.- Overrides:
unwrapin classTemplateEngine- Returns:
- the engine instance.
-
newInstance
-