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
IEngineContextFactoryinterface forWebContextsupport.Implementation ofILinkBuilderinterface forWebContextsupport.Resolves messages with the Micronaut MessageSource.A factory for Thymeleaf beans.Renders templates Thymeleaf Java template engine.Configuration forThymeleafViewsRenderer.ConfigurationPropertiesimplementation ofThymeleafViewsRendererConfiguration.Web-oriented implementation of theIContextandIWebContextinterfaces.Implementation of theIEngineContextinterface for web processing.