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.ConfigThymeleafModule.Config. templatesCacheSize(int templatesCacheSize)Sets the size of the templates cache.ThymeleafModule.ConfigThymeleafModule.Config. templatesMode(java.lang.String templatesMode)Sets the mode for templates.ThymeleafModule.ConfigThymeleafModule.Config. templatesPrefix(java.lang.String templatesPrefix)Sets the prefix for templates.ThymeleafModule.ConfigThymeleafModule.Config. templateSuffix(java.lang.String templatesSuffix)Sets the suffix for templates.
-