Package io.micronaut.views.soy
@Configuration
@Requires(property="micronaut.views.soy.enabled",
notEquals="false")
package io.micronaut.views.soy
Contains classes specific to Views rendered with Soy.
- Since:
- 1.2.1
- Author:
- Sam Gammon (sam@bloombox.io)
-
ClassDescriptionAdapts
AppendabletoWritablefor use when rendering Soy templates.Interface via DI to acquire aSoyFileSet.Specifies an interface that provides renaming maps for CSS and XID calls in Soy templates.Renders views with a Soy engine.Configuration for the soy view renderer.ConfigurationPropertiesimplementation for soy views renderer.