public class FreemarkerInstance extends Object
| Constructor and Description |
|---|
FreemarkerInstance(freemarker.template.Template template) |
| Modifier and Type | Method and Description |
|---|---|
FreemarkerInstance |
add(String aKey,
Object aValue) |
FreemarkerInstance |
contentType(String aContentType) |
String |
createText() |
void |
write(com.payneteasy.jetty.util.SafeServletResponse response) |
public FreemarkerInstance(freemarker.template.Template template)
public FreemarkerInstance add(String aKey, Object aValue)
public FreemarkerInstance contentType(String aContentType)
public void write(com.payneteasy.jetty.util.SafeServletResponse response)
public String createText()
Copyright © 2021. All rights reserved.