@Configuration @Requires(property="micronaut.views.thymeleaf.enabled",notEquals="false") @Requires(classes=org.thymeleaf.TemplateEngine.class)
See: Description
Interface | Description |
---|---|
ThymeleafViewsRendererConfiguration |
Configuration for
ThymeleafViewsRenderer . |
Class | Description |
---|---|
EngineContextFactory |
Implementation of the
IEngineContextFactory interface for WebContext support. |
LinkBuilder |
Implementation of
ILinkBuilder interface for WebContext
support. |
ThymeleafFactory |
A factory for Thymeleaf beans.
|
ThymeleafViewsRenderer |
Renders templates Thymeleaf Java template engine.
|
ThymeleafViewsRendererConfigurationProperties |
ConfigurationProperties implementation of ThymeleafViewsRendererConfiguration . |
WebContext |
Web-oriented implementation of the
IContext and IWebContext interfaces. |
WebEngineContext |
Implementation of the
IEngineContext interface for web processing. |