@Configuration @Requires(property="micronaut.views.velocity.enabled",notEquals="false") @Requires(classes=org.apache.velocity.app.VelocityEngine.class)
See: Description
Interface | Description |
---|---|
VelocityViewsRendererConfiguration |
Configuration for
VelocityViewsRenderer . |
Class | Description |
---|---|
VelocityFactory |
Factory for the velocity engine.
|
VelocityViewsRenderer |
Renders with templates with Apache Velocity Project.
|
VelocityViewsRendererConfigurationProperties |
ConfigurationProperties implementation of VelocityViewsRendererConfiguration . |