Package io.micronaut.views.velocity
Class VelocityFactory
java.lang.Object
io.micronaut.views.velocity.VelocityFactory
Factory for the velocity engine.
- Since:
- 1.1.0
- Author:
- James Kleeh
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
VelocityFactorypublic VelocityFactory()
 
- 
- 
Method Details- 
getVelocityEngine@Singleton public org.apache.velocity.app.VelocityEngine getVelocityEngine()- Returns:
- The velocity engine
 
 
-