com.atlassian.jira.template.velocity
Interface VelocityEngineFactory

All Known Implementing Classes:
VelocityEngineFactory.Default

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

Nested Class Summary
static class VelocityEngineFactory.Default
           
 
Method Summary
 org.apache.velocity.app.VelocityEngine getEngine()
           
 

Method Detail

getEngine

org.apache.velocity.app.VelocityEngine getEngine()


Copyright © 2002-2014 Atlassian. All Rights Reserved.