public class ThymeleafDefaultConfigurationFactory extends Object implements ThymeleafConfigurationFactory
ThymeleafConfigurationFactory that supplies a minimally
configured TemplateEngine able to
render Thymeleaf templates.
The recommended method to provide custom Thymeleaf engine settings is to
sub-class this class, further customize the
settings as desired in that
class, and then register the sub-class with the ThymeleafMvcFeature
TEMPLATE_OBJECT_FACTORY property.| Constructor and Description |
|---|
ThymeleafDefaultConfigurationFactory(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
org.thymeleaf.TemplateEngine |
getTemplateEngine() |
public ThymeleafDefaultConfigurationFactory(Configuration config)
public org.thymeleaf.TemplateEngine getTemplateEngine()
getTemplateEngine in interface ThymeleafConfigurationFactoryCopyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.