public interface Renderer
Modifier and Type | Method and Description |
---|---|
void |
render(OutputStream outputStream,
Object model)
Renders a model in a specific format.
|
void |
render(OutputStream outputStream,
Object model,
String mimeType,
Map<String,Object> parameters)
Renders a model in a specific format.
|
void render(OutputStream outputStream, Object model)
outputStream
- An outputstreammodel
- the model to be renderedCopyright © 2013-2018–2019 SeedStack. All rights reserved.