@Authors(value="Nikolche Mihajlovski")
@Since(value="5.1.0")
public interface Template
| Modifier and Type | Method and Description |
|---|---|
String |
render(Object model) |
void |
renderTo(OutputStream output,
Object model) |
byte[] |
renderToBytes(Object model) |
void renderTo(OutputStream output, Object model)
byte[] renderToBytes(Object model)
Copyright © 2014–2017 Nikolche Mihajlovski and contributors. All rights reserved.