com.atlassian.jira.template.velocity
Class DefaultVelocityTemplatingEngine

java.lang.Object
  extended by com.atlassian.jira.template.velocity.DefaultVelocityTemplatingEngine
All Implemented Interfaces:
VelocityTemplatingEngine

public class DefaultVelocityTemplatingEngine
extends Object
implements VelocityTemplatingEngine

Since:
v5.1

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.template.VelocityTemplatingEngine
VelocityTemplatingEngine.RenderRequest
 
Constructor Summary
DefaultVelocityTemplatingEngine(com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties)
           
DefaultVelocityTemplatingEngine(com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties, VelocityTemplateCache velocityTemplateCache)
           
 
Method Summary
 VelocityTemplatingEngine.RenderRequest render(TemplateSource source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultVelocityTemplatingEngine

public DefaultVelocityTemplatingEngine(com.atlassian.velocity.VelocityManager velocityManager,
                                       ApplicationProperties applicationProperties)

DefaultVelocityTemplatingEngine

public DefaultVelocityTemplatingEngine(com.atlassian.velocity.VelocityManager velocityManager,
                                       ApplicationProperties applicationProperties,
                                       @Nullable
                                       VelocityTemplateCache velocityTemplateCache)
Method Detail

render

public VelocityTemplatingEngine.RenderRequest render(TemplateSource source)
Specified by:
render in interface VelocityTemplatingEngine


Copyright © 2002-2014 Atlassian. All Rights Reserved.