Uses of Interface
org.glassfish.jersey.server.mvc.thymeleaf.ThymeleafConfigurationFactory
-
-
Uses of ThymeleafConfigurationFactory in org.glassfish.jersey.server.mvc.thymeleaf
Classes in org.glassfish.jersey.server.mvc.thymeleaf that implement ThymeleafConfigurationFactory Modifier and Type Class Description classThymeleafDefaultConfigurationFactoryHandyThymeleafConfigurationFactorythat supplies a minimally configuredTemplateEngineable to render Thymeleaf templates.classThymeleafSuppliedConfigurationFactoryThymeleafConfigurationFactorythat supplies an unchangedConfigurationas passed-in to the constructor.Constructors in org.glassfish.jersey.server.mvc.thymeleaf with parameters of type ThymeleafConfigurationFactory Constructor Description ThymeleafSuppliedConfigurationFactory(ThymeleafConfigurationFactory configurationFactory)
-