Class CachingVelocityEngineFactory
java.lang.Object
com.atlassian.jira.template.velocity.CachingVelocityEngineFactory
- All Implemented Interfaces:
VelocityEngineFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.velocity.app.VelocityEngineRetrieves an instance of the Velocity Engine.
-
Constructor Details
-
CachingVelocityEngineFactory
-
-
Method Details
-
getEngine
public org.apache.velocity.app.VelocityEngine getEngine()Description copied from interface:VelocityEngineFactoryRetrieves an instance of the Velocity Engine.- Specified by:
getEnginein interfaceVelocityEngineFactory- Returns:
- A VelocityEngine instance.
-