| Interface | Description | 
|---|---|
| ISpringTemplateEngine | 
 
   Sub-interface of  
ITemplateEngine meant for Spring applications, meant to be
   using the SpringStandardDialect and integrating with other
   Spring-bound infrastructure. | 
| ISpringWebFluxTemplateEngine | 
 
   Sub-interface of  
ISpringTemplateEngine meant for Spring WebFlux applications, adding
   methods specifically needed for the execution of templates in a reactive-friendly way. | 
| Class | Description | 
|---|---|
| SpringTemplateEngine | 
 
   Implementation of  
ISpringTemplateEngine meant for Spring-enabled applications,
   that establishes by default an instance of SpringStandardDialect
   as a dialect (instead of an instance of StandardDialect. | 
| SpringWebFluxTemplateEngine | 
 
   Standard implementation of  
ISpringWebFluxTemplateEngine, and default
   template engine implementation to be used in Spring WebFlux environments. | 
Copyright © 2017 The THYMELEAF team. All rights reserved.