Package io.micronaut.views.velocity
@Configuration
@Requires(property="micronaut.views.velocity.enabled",notEquals="false") @Requires(classes=org.apache.velocity.app.VelocityEngine.class)
package io.micronaut.views.velocity
Contains classes specific to Views rendered with Velocity.
- Since:
 - 1.0
 - Author:
 - Sergio del Amo
 - See Also:
 
- 
ClassDescriptionFactory for the velocity engine.Renders with templates with Apache Velocity Project.Configuration for
VelocityViewsRenderer.ConfigurationPropertiesimplementation ofVelocityViewsRendererConfiguration.