@InjectableComponent public interface VelocityParamFactory
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.
|
Map<String,Object> getDefaultVelocityParams(JiraAuthenticationContext authenticationContext)
authenticationContext
- JiraAuthenticationContextMap<String,Object> getDefaultVelocityParams(Map<String,Object> startingParams, JiraAuthenticationContext authenticationContext)
startingParams
- Map of parameters that may be used to override any of the parameters set here.authenticationContext
- JiraAuthenticationContextMap<String,Object> getDefaultVelocityParams()
Map<String,Object> getDefaultVelocityParams(Map<String,Object> startingParams)
startingParams
- Map of parameters that may be used to override any of the parameters set here.Copyright © 2002-2019 Atlassian. All Rights Reserved.