public interface VelocityHelperService
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
createDefaultVelocityContext() |
String |
getRenderedContent(String templateContent,
Map<String,?> context) |
String |
getRenderedTemplate(String templateName,
Map<String,?> context) |
String |
getRenderedTemplateWithoutSwallowingErrors(String templateName,
Map<String,?> context) |
Copyright © 2003–2017 Atlassian. All rights reserved.