@Configuration @Requires(property="micronaut.views.handlebars.enabled",notEquals="false") @Requires(classes=com.github.jknack.handlebars.Handlebars.class)
Package io.micronaut.views.handlebars
Contains classes specific to Views rendered with Handlebars.
- Since:
- 1.0
- See Also:
- Handlebars.java
-
Interface Summary Interface Description HandlebarsViewsRendererConfiguration Configuration forHandlebarsViewsRenderer. -
Class Summary Class Description HandlebarsFactory Factory for handlebars beans.HandlebarsViewsRenderer<T> Renders Views with with Handlebars.java.HandlebarsViewsRendererConfigurationProperties ConfigurationPropertiesimplementation ofHandlebarsViewsRendererConfiguration.