public class JiraVelocityManager
extends com.atlassian.velocity.DefaultVelocityManager
| Constructor and Description |
|---|
JiraVelocityManager(DateTimeFormatter dateTimeFormatter) |
JiraVelocityManager(DateTimeFormatter dateTimeFormatter,
VelocityEngineFactory velocityEngineFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,?> |
createContextParams(String baseurl,
Map contextParameters) |
protected org.apache.velocity.VelocityContext |
createVelocityContext(Map params) |
DateFormat |
getDateFormat()
Returns a new DateFormat.
|
protected org.apache.velocity.app.VelocityEngine |
getVe() |
public JiraVelocityManager(DateTimeFormatter dateTimeFormatter)
public JiraVelocityManager(DateTimeFormatter dateTimeFormatter, VelocityEngineFactory velocityEngineFactory)
public DateFormat getDateFormat()
getDateFormat in interface com.atlassian.velocity.VelocityManagergetDateFormat in class com.atlassian.velocity.DefaultVelocityManagerprotected org.apache.velocity.VelocityContext createVelocityContext(Map params)
createVelocityContext in class com.atlassian.velocity.DefaultVelocityManagerprotected Map<String,?> createContextParams(String baseurl, Map contextParameters)
createContextParams in class com.atlassian.velocity.DefaultVelocityManagerprotected org.apache.velocity.app.VelocityEngine getVe()
getVe in class com.atlassian.velocity.DefaultVelocityManagerCopyright © 2002-2019 Atlassian. All Rights Reserved.