| Package | Description |
|---|---|
| juzu.io | |
| juzu.template |
| Modifier and Type | Class and Description |
|---|---|
class |
OutputStream |
| Modifier and Type | Method and Description |
|---|---|
void |
Streamable.send(Stream stream)
Send the chunks to the stream.
|
void |
ChunkBuffer.send(Stream stream) |
| Modifier and Type | Method and Description |
|---|---|
Stream |
TemplateRenderContext.getPrinter() |
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateRenderContext.render(Stream printer) |
void |
Template.renderTo(Stream printer)
Renders the template to the specified printer.
|
void |
Template.Builder.renderTo(Stream printer)
Renders the template to the specified printer.
|
void |
Template.renderTo(Stream printer,
Locale locale)
Renders the template to the specified printer.
|
void |
Template.renderTo(Stream printer,
Map<String,?> parameters)
Renders the template to the specified printer.
|
Copyright © 2016 eXo Platform SAS. All rights reserved.