@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) |
void |
renderTo(org.rapidoid.writable.Writable output,
Object model) |
byte[] |
renderToBytes(Object model) |
Copyright © 2014–2018 Nikolche Mihajlovski and contributors. All rights reserved.