Interface VelocityEngineFactory
- All Known Implementing Classes:
CachingVelocityEngineFactory,DefaultVelocityEngineFactory,EmailCachingVelocityEngineFactory,EmailVelocityEngineFactory,InstrumentedVelocityEngineFactory
public interface VelocityEngineFactory
Responsible for supplying an instance of the velocity engine that's been properly initialised and ready to render
templates.
- Since:
- v5.1
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.velocity.app.VelocityEngineRetrieves an instance of the Velocity Engine.
-
Method Details
-
getEngine
org.apache.velocity.app.VelocityEngine getEngine()Retrieves an instance of the Velocity Engine.- Returns:
- A VelocityEngine instance.
-