com.atlassian.jira.projectconfig.util
Interface VelocityContextFactory

All Known Implementing Classes:
DefaultVelocityContextFactory

public interface VelocityContextFactory

Can be used to create a standard JIRA velocity context.

Since:
v4.4

Method Summary
 Map<String,Object> createDefaultVelocityContext()
           
 Map<String,Object> createVelocityContext(Map<String,Object> initContext)
           
 

Method Detail

createVelocityContext

Map<String,Object> createVelocityContext(Map<String,Object> initContext)

createDefaultVelocityContext

Map<String,Object> createDefaultVelocityContext()


Copyright © 2002-2013 Atlassian. All Rights Reserved.