Package | Description |
---|---|
ratpack.thymeleaf |
Integration with Thymeleaf templating engine.
|
Modifier and Type | Method and Description |
---|---|
ThymeleafModule.Config |
ThymeleafModule.Config.templatesCacheSize(int templatesCacheSize)
Sets the size of the templates cache.
|
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.
|