Class ThymeleafSuppliedConfigurationFactory
- java.lang.Object
-
- org.glassfish.jersey.server.mvc.thymeleaf.ThymeleafSuppliedConfigurationFactory
-
- All Implemented Interfaces:
ThymeleafConfigurationFactory
public class ThymeleafSuppliedConfigurationFactory extends Object implements ThymeleafConfigurationFactory
ThymeleafConfigurationFactorythat supplies an unchangedConfigurationas passed-in to the constructor. Used to support backwards-compatibility inThymeleafViewProcessorto wrap directly-configuredTemplateEngineobjects instead of the recommendedThymeleafDefaultConfigurationFactoryor a sub-class thereof.- Author:
- Dmytro Dovnar (dimonmc@gmail.com)
-
-
Constructor Summary
Constructors Constructor Description ThymeleafSuppliedConfigurationFactory(ThymeleafConfigurationFactory configurationFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.thymeleaf.TemplateEnginegetTemplateEngine()
-
-
-
Constructor Detail
-
ThymeleafSuppliedConfigurationFactory
public ThymeleafSuppliedConfigurationFactory(ThymeleafConfigurationFactory configurationFactory)
-
-
Method Detail
-
getTemplateEngine
public org.thymeleaf.TemplateEngine getTemplateEngine()
- Specified by:
getTemplateEnginein interfaceThymeleafConfigurationFactory
-
-