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