java.lang.Object | |
↳ | com.atlassian.jira.util.JiraVelocityUtils |
Helper class that contains a number of utility methods for velocity templates.
This class is not in the JIRA API, so Plugin developers are recommended to use VelocityParamFactory
instead, which
can be dependency injected, else use getVelocityParamFactory()
.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
JiraVelocityUtils.LazyCalendar |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Static method to construct a map with a number of common parameters used by velocity templates.
| |||||||||||
Static method to construct a map with a number of common parameters used by velocity templates.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Static method to construct a map with a number of common parameters used by velocity templates.
For API compliance, use getDefaultVelocityParams(JiraAuthenticationContext)
instead.
authenticationContext | JiraAuthenticationContext |
---|
Static method to construct a map with a number of common parameters used by velocity templates.
For API compliance, use getDefaultVelocityParams(java.util.Map, com.atlassian.jira.security.JiraAuthenticationContext)
instead.
startingParams | Map of parameters that may be used to override any of the parameters set here. |
---|---|
authenticationContext | JiraAuthenticationContext |