Package io.micronaut.views.thymeleaf
Interface ThymeleafViewsRendererConfiguration
- All Superinterfaces:
io.micronaut.core.util.Toggleable
- All Known Implementing Classes:
ThymeleafViewsRendererConfigurationProperties
public interface ThymeleafViewsRendererConfiguration
extends io.micronaut.core.util.Toggleable
Configuration for
ThymeleafViewsRenderer
.- Since:
- 1.0
- Author:
- Sergio del Amo, graemerocher
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
org.thymeleaf.templatemode.TemplateMode
Methods inherited from interface io.micronaut.core.util.Toggleable
isEnabled
-
Method Details
-
getCharacterEncoding
String getCharacterEncoding()- Returns:
- the character encoding.
- See Also:
-
AbstractConfigurableTemplateResolver.getCharacterEncoding()
-
getTemplateMode
org.thymeleaf.templatemode.TemplateMode getTemplateMode()- Returns:
- the template mode to be used.
- See Also:
-
AbstractConfigurableTemplateResolver.getTemplateMode()
-
getSuffix
String getSuffix()- Returns:
- the suffix.
- See Also:
-
AbstractConfigurableTemplateResolver.getSuffix()
-
getForceSuffix
boolean getForceSuffix()- Returns:
- whether the suffix will be forced or not.
- See Also:
-
AbstractConfigurableTemplateResolver.getForceSuffix()
-
getForceTemplateMode
boolean getForceTemplateMode()- Returns:
- whether the suffix will be forced or not.
- See Also:
-
AbstractConfigurableTemplateResolver.getForceTemplateMode()
-
getCacheTTLMs
Long getCacheTTLMs()- Returns:
- the cache TTL for resolved templates.
- See Also:
-
AbstractConfigurableTemplateResolver.getCacheTTLMs()
-
getCheckExistence
boolean getCheckExistence()- Returns:
- true if resource existence will be checked, false if not
- See Also:
-
AbstractTemplateResolver.getCheckExistence()
-
getCacheable
boolean getCacheable()- Returns:
- whether templates resolved are cacheable or not.
- See Also:
-
AbstractConfigurableTemplateResolver.isCacheable()
-