@PublicApi
public static interface VelocityTemplatingEngine.RenderRequest
Modifier and Type | Method and Description |
---|---|
VelocityTemplatingEngine.RenderRequest |
applying(Map<String,Object> parameters) |
VelocityTemplatingEngine.RenderRequest |
applying(org.apache.velocity.VelocityContext context) |
String |
asHtml() |
void |
asHtml(Writer writer) |
String |
asPlainText() |
void |
asPlainText(Writer writer) |
String asPlainText()
void asPlainText(Writer writer) throws IOException
IOException
String asHtml()
void asHtml(Writer writer) throws IOException
IOException
VelocityTemplatingEngine.RenderRequest applying(Map<String,Object> parameters)
VelocityTemplatingEngine.RenderRequest applying(org.apache.velocity.VelocityContext context)
Copyright © 2002-2023 Atlassian. All Rights Reserved.