@PublicApi @InjectableComponent public interface VelocityTemplatingEngine
VelocityEngine
used by the JIRA web
application.
engine.render(file("path/to/file")).applying(parameters).asHtml()
engine.render(file("path/to/file")).asHtml()
engine.render(file("path/to/file")).asPlainText()
engine.render(fragment("vtl-fragment")).applying(parameters).asHtml()
engine.render(fragment("vtl-fragment")).asHtml()
engine.render(file("path/to/file")).asPlainText()
Modifier and Type | Interface and Description |
---|---|
static interface |
VelocityTemplatingEngine.RenderRequest |
Modifier and Type | Method and Description |
---|---|
VelocityTemplatingEngine.RenderRequest |
render(TemplateSource source) |
VelocityTemplatingEngine.RenderRequest render(TemplateSource source)
Copyright © 2002-2017 Atlassian. All Rights Reserved.