public class VelocityFriendlySoyTemplateRenderer extends Object
| Constructor and Description |
|---|
VelocityFriendlySoyTemplateRenderer(TemplateRenderer templateRenderer) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRenderedTemplateHtml(String templateProviderPluginKey,
String templateName,
Map<String,Object> data)
Render a plugin-provided template and return as a String.
|
public VelocityFriendlySoyTemplateRenderer(TemplateRenderer templateRenderer)
public String getRenderedTemplateHtml(String templateProviderPluginKey, String templateName, Map<String,Object> data)
templateProviderPluginKey - the plugin that provides the template as a resourcetemplateName - the name of the plugin resource that contains the templatedata - the data to pass into the templateCopyright © 2003–2022 Atlassian. All rights reserved.