Uses of Class
ratpack.thymeleaf3.ThymeleafModule.Config
-
Packages that use ThymeleafModule.Config Package Description ratpack.thymeleaf3 Integration with Thymeleaf templating engine. -
-
Uses of ThymeleafModule.Config in ratpack.thymeleaf3
Methods in ratpack.thymeleaf3 that return ThymeleafModule.Config Modifier and Type Method Description ThymeleafModule.Config
ThymeleafModule.Config. templatesMode(String templatesMode)
Sets the mode for templates.ThymeleafModule.Config
ThymeleafModule.Config. templatesPrefix(String templatesPrefix)
Sets the prefix for templates.ThymeleafModule.Config
ThymeleafModule.Config. templateSuffix(String templatesSuffix)
Sets the suffix for templates.
-