Uses of Class
ratpack.thymeleaf3.Template
-
Packages that use Template Package Description ratpack.thymeleaf3 Integration with Thymeleaf templating engine. -
-
Uses of Template in ratpack.thymeleaf3
Methods in ratpack.thymeleaf3 that return Template Modifier and Type Method Description static Template
Template. thymeleafTemplate(String name)
static Template
Template. thymeleafTemplate(String name, Map<String,Object> model)
static Template
Template. thymeleafTemplate(String name, org.thymeleaf.context.IContext context)
-