Class ThymeleafTemplateEngine
- java.lang.Object
- 
- io.vertx.reactivex.ext.web.common.template.TemplateEngine
- 
- io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
 
- 
- All Implemented Interfaces:
- io.vertx.lang.rx.RxDelegate
 
 public class ThymeleafTemplateEngine extends TemplateEngine implements io.vertx.lang.rx.RxDelegate 
- 
- 
Field SummaryFields Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<ThymeleafTemplateEngine>__TYPE_ARGstatic org.thymeleaf.templatemode.TemplateModeDEFAULT_TEMPLATE_MODE
 - 
Constructor SummaryConstructors Constructor Description ThymeleafTemplateEngine(ThymeleafTemplateEngine delegate)ThymeleafTemplateEngine(Object delegate)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ThymeleafTemplateEnginecreate(Vertx vertx)Create a template engine using defaultsbooleanequals(Object o)ThymeleafTemplateEnginegetDelegate()inthashCode()static ThymeleafTemplateEnginenewInstance(ThymeleafTemplateEngine arg)StringtoString()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 io.vertx.reactivex.ext.web.common.template.TemplateEngineclearCache, newInstance, render, render, rxRender, rxRender
 
- 
 
- 
- 
- 
Field Detail- 
__TYPE_ARGpublic static final io.vertx.lang.rx.TypeArg<ThymeleafTemplateEngine> __TYPE_ARG 
 - 
DEFAULT_TEMPLATE_MODEpublic static final org.thymeleaf.templatemode.TemplateMode DEFAULT_TEMPLATE_MODE 
 
- 
 - 
Constructor Detail- 
ThymeleafTemplateEnginepublic ThymeleafTemplateEngine(ThymeleafTemplateEngine delegate) 
 - 
ThymeleafTemplateEnginepublic ThymeleafTemplateEngine(Object delegate) 
 
- 
 - 
Method Detail- 
toStringpublic String toString() - Overrides:
- toStringin class- TemplateEngine
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- TemplateEngine
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- TemplateEngine
 
 - 
getDelegatepublic ThymeleafTemplateEngine getDelegate() - Specified by:
- getDelegatein interface- io.vertx.lang.rx.RxDelegate
- Overrides:
- getDelegatein class- TemplateEngine
 
 - 
createpublic static ThymeleafTemplateEngine create(Vertx vertx) Create a template engine using defaults- Parameters:
- vertx-
- Returns:
- the engine
 
 - 
unwrappublic 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 class- TemplateEngine
- Returns:
- the engine instance.
 
 - 
newInstancepublic static ThymeleafTemplateEngine newInstance(ThymeleafTemplateEngine arg) 
 
- 
 
-