| Package | Description |
|---|---|
| juzu | |
| juzu.io | |
| juzu.template |
| Modifier and Type | Method and Description |
|---|---|
static Response.Render |
Response.content(int code,
Streamable<Stream.Char> content) |
| Constructor and Description |
|---|
Response.Render(int status,
PropertyMap properties,
Streamable<Stream.Char> streamable) |
Response.Render(int status,
Streamable<Stream.Char> streamable) |
Response.Render(PropertyMap properties,
Streamable<Stream.Char> streamable) |
Response.Render(Streamable<Stream.Char> streamable) |
| Modifier and Type | Class and Description |
|---|---|
class |
AppendableStream
Implementation of the
Stream.Char interface that uses an appendable delegate. |
| Modifier and Type | Method and Description |
|---|---|
Stream.Char |
AppendableStream.append(char c) |
Stream.Char |
Stream.Char.append(char c) |
Stream.Char |
AppendableStream.append(CharArray chars) |
Stream.Char |
Stream.Char.append(CharArray chars) |
Stream.Char |
AppendableStream.append(CharSequence s) |
Stream.Char |
Stream.Char.append(CharSequence csq) |
Stream.Char |
AppendableStream.append(CharSequence csq,
int start,
int end) |
Stream.Char |
Stream.Char.append(CharSequence csq,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
void |
Streamable.CharSequence.send(Stream.Char stream) |
| Modifier and Type | Method and Description |
|---|---|
Stream.Char |
TemplateRenderContext.getPrinter() |
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateRenderContext.render(Stream.Char printer) |
void |
Template.renderTo(Stream.Char printer)
Renders the template to the specified printer.
|
void |
Template.Builder.renderTo(Stream.Char printer)
Renders the template to the specified printer.
|
void |
Template.renderTo(Stream.Char printer,
Locale locale)
Renders the template to the specified printer.
|
void |
Template.renderTo(Stream.Char printer,
Map<String,?> parameters)
Renders the template to the specified printer.
|
Copyright © 2013 eXo Platform SAS. All Rights Reserved.