@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
- See Also:
- Thymeleaf
-
Interface Summary Interface Description ThymeleafViewsRendererConfiguration Configuration forThymeleafViewsRenderer. -
Class Summary Class Description EngineContextFactory Implementation of theIEngineContextFactoryinterface forWebContextsupport.LinkBuilder Implementation ofILinkBuilderinterface forWebContextsupport.MessageSourceMessageResolver Resolves messages with the Micronaut MessageSource.ThymeleafFactory A factory for Thymeleaf beans.ThymeleafViewsRenderer<T> Renders templates Thymeleaf Java template engine.ThymeleafViewsRendererConfigurationProperties ConfigurationPropertiesimplementation ofThymeleafViewsRendererConfiguration.WebContext Web-oriented implementation of theIContextandIWebContextinterfaces.WebEngineContext Implementation of theIEngineContextinterface for web processing.