Uses of Interface
org.thymeleaf.spring3.ISpringTemplateEngine
-
Packages that use ISpringTemplateEngine Package Description org.thymeleaf.spring3 -
-
Uses of ISpringTemplateEngine in org.thymeleaf.spring3
Classes in org.thymeleaf.spring3 that implement ISpringTemplateEngine Modifier and Type Class Description class
SpringTemplateEngine
Implementation ofISpringTemplateEngine
, meant for Spring applications, that establishes by default an instance ofSpringStandardDialect
as a dialect (instead of an instance ofStandardDialect
.
-