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(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.
|