@Configuration @Requires(property="micronaut.views.soy.enabled", notEquals="false")
See: Description
| Interface | Description |
|---|---|
| SoyFileSetProvider |
Interface via DI to acquire a
SoyFileSet. |
| SoyNamingMapProvider |
Specifies an interface that provides renaming maps for CSS and XID calls in Soy templates.
|
| SoyViewsRendererConfiguration |
Configuration for the soy view renderer.
|
| Class | Description |
|---|---|
| AppendableToWritable |
Adapts
Appendable to Writable for use when rendering Soy templates. |
| SoySauceViewsRenderer<T> |
Renders views with a Soy engine.
|
| SoyViewsRendererConfigurationProperties |
ConfigurationProperties implementation for soy views renderer. |