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 Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
VelocityFactory
public VelocityFactory() 
 - 
 - 
Method Details
- 
getVelocityEngine
@Singleton public org.apache.velocity.app.VelocityEngine getVelocityEngine()- Returns:
 - The velocity engine
 
 
 -