com.atlassian.jira.projectconfig.util
Class DefaultVelocityContextFactory

java.lang.Object
  extended by com.atlassian.jira.projectconfig.util.DefaultVelocityContextFactory
All Implemented Interfaces:
VelocityContextFactory

public class DefaultVelocityContextFactory
extends Object
implements VelocityContextFactory

Since:
v4.4

Constructor Summary
DefaultVelocityContextFactory(JiraAuthenticationContext authenticationContext)
           
 
Method Summary
 Map<String,Object> createDefaultVelocityContext()
           
 Map<String,Object> createVelocityContext(Map<String,Object> initContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultVelocityContextFactory

public DefaultVelocityContextFactory(JiraAuthenticationContext authenticationContext)
Method Detail

createVelocityContext

public Map<String,Object> createVelocityContext(Map<String,Object> initContext)
Specified by:
createVelocityContext in interface VelocityContextFactory

createDefaultVelocityContext

public Map<String,Object> createDefaultVelocityContext()
Specified by:
createDefaultVelocityContext in interface VelocityContextFactory


Copyright © 2002-2014 Atlassian. All Rights Reserved.