Class ThymeleafViewProcessor

java.lang.Object
org.glassfish.jersey.server.mvc.spi.AbstractTemplateProcessor<org.thymeleaf.TemplateEngine>
org.glassfish.jersey.server.mvc.thymeleaf.ThymeleafViewProcessor
All Implemented Interfaces:
TemplateProcessor<org.thymeleaf.TemplateEngine>

public final class ThymeleafViewProcessor extends AbstractTemplateProcessor<org.thymeleaf.TemplateEngine>
Template processor providing support for Thymeleaf templates.
Author:
Dmytro Dovnar (dimonmc@gmail.com)