public class VelocityParamFactoryImpl extends Object implements VelocityParamFactory
| Constructor and Description |
|---|
VelocityParamFactoryImpl(JiraAuthenticationContext jac) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getDefaultVelocityParams()
Method to construct a map with a number of common parameters used by velocity templates.
|
Map<String,Object> |
getDefaultVelocityParams(JiraAuthenticationContext authenticationContext)
Method to construct a map with a number of common parameters used by velocity templates.
|
Map<String,Object> |
getDefaultVelocityParams(Map<String,Object> startingParams)
Method to construct a map with a number of common parameters used by velocity templates.
|
Map<String,Object> |
getDefaultVelocityParams(Map<String,Object> startingParams,
JiraAuthenticationContext authenticationContext)
Method to construct a map with a number of common parameters used by velocity templates.
|
public VelocityParamFactoryImpl(JiraAuthenticationContext jac)
public Map<String,Object> getDefaultVelocityParams()
VelocityParamFactorygetDefaultVelocityParams in interface VelocityParamFactorypublic Map<String,Object> getDefaultVelocityParams(Map<String,Object> startingParams)
VelocityParamFactorygetDefaultVelocityParams in interface VelocityParamFactorystartingParams - Map of parameters that may be used to override any of the parameters set here.public Map<String,Object> getDefaultVelocityParams(JiraAuthenticationContext authenticationContext)
VelocityParamFactorygetDefaultVelocityParams in interface VelocityParamFactoryauthenticationContext - JiraAuthenticationContextpublic Map<String,Object> getDefaultVelocityParams(Map<String,Object> startingParams, JiraAuthenticationContext authenticationContext)
VelocityParamFactorygetDefaultVelocityParams in interface VelocityParamFactorystartingParams - Map of parameters that may be used to override any of the parameters set here.authenticationContext - JiraAuthenticationContextCopyright © 2002-2018 Atlassian. All Rights Reserved.