Package io.micronaut.views.thymeleaf
@Configuration
@Requires(property="micronaut.views.thymeleaf.enabled",notEquals="false") @Requires(classes=org.thymeleaf.TemplateEngine.class)
package io.micronaut.views.thymeleaf
Contains classes specific to Views rendered with Thymeleaf.
- Since:
- 1.0
- Author:
- Sergio del Amo
- See Also:
-
ClassDescriptionImplementation of the
IEngineContextFactory
interface forWebContext
support.Implementation ofILinkBuilder
interface forWebContext
support.Resolves messages with the Micronaut MessageSource.A factory for Thymeleaf beans.Renders templates Thymeleaf Java template engine.Configuration forThymeleafViewsRenderer
.ConfigurationProperties
implementation ofThymeleafViewsRendererConfiguration
.Web-oriented implementation of theIContext
andIWebContext
interfaces.Implementation of theIEngineContext
interface for web processing.