public static class ThymeleafModule.Config
extends java.lang.Object
ThymeleafModule.| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTemplatesMode()
The mode for templates.
|
java.lang.String |
getTemplatesPrefix()
The prefix for templates.
|
java.lang.String |
getTemplatesSuffix()
The suffix for templates.
|
ThymeleafModule.Config |
templatesMode(java.lang.String templatesMode)
Sets the mode for templates.
|
ThymeleafModule.Config |
templatesPrefix(java.lang.String templatesPrefix)
Sets the prefix for templates.
|
ThymeleafModule.Config |
templateSuffix(java.lang.String templatesSuffix)
Sets the suffix for templates.
|
public java.lang.String getTemplatesMode()
by default.
public java.lang.String getTemplatesPrefix()
by default.
public java.lang.String getTemplatesSuffix()
by default.
public ThymeleafModule.Config templatesMode(java.lang.String templatesMode)
templatesMode - the mode for templatespublic ThymeleafModule.Config templatesPrefix(java.lang.String templatesPrefix)
templatesPrefix - the prefix for templatespublic ThymeleafModule.Config templateSuffix(java.lang.String templatesSuffix)
templatesSuffix - the suffix for templates