public class ThymeleafSuppliedConfigurationFactory extends Object implements ThymeleafConfigurationFactory
ThymeleafConfigurationFactory that supplies an unchanged
Configuration as passed-in to
the constructor.
Used to support backwards-compatibility in ThymeleafViewProcessor
to wrap directly-configured TemplateEngine
objects instead of the recommended ThymeleafDefaultConfigurationFactory
or a sub-class thereof.| Constructor and Description |
|---|
ThymeleafSuppliedConfigurationFactory(ThymeleafConfigurationFactory configurationFactory) |
| Modifier and Type | Method and Description |
|---|---|
org.thymeleaf.TemplateEngine |
getTemplateEngine() |
public ThymeleafSuppliedConfigurationFactory(ThymeleafConfigurationFactory configurationFactory)
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.