| Package | Description |
|---|---|
| juzu | |
| juzu.template |
| Modifier and Type | Method and Description |
|---|---|
static Response.Render |
Response.content(int code,
CharSequence content) |
static Response.Render |
Response.content(int code,
Streamable<Stream.Char> content) |
static Response.Render |
Response.notFound(CharSequence content) |
static Response.Render |
Response.ok(CharSequence content) |
Response.Render |
Response.Render.with(PropertyType<Boolean> propertyType) |
<T> Response.Render |
Response.Render.with(PropertyType<T> propertyType,
T propertyValue) |
Response.Render |
Response.Render.withHeader(String name,
String... value) |
Response.Render |
Response.Render.withMetaTag(String name,
String value) |
Response.Render |
Response.Render.withMimeType(String mimeType) |
Response.Render |
Response.Render.withNo(PropertyType<Boolean> propertyType) |
<T> Response.Render |
Response.Render.without(PropertyType<T> propertyType) |
Response.Render |
Response.Render.withScripts(String... scripts) |
Response.Render |
Response.Render.withStylesheets(String... stylesheets) |
Response.Render |
Response.Render.withTitle(String title) |
| Modifier and Type | Method and Description |
|---|---|
Response.Render |
Template.notFound()
Renders the template.
|
Response.Render |
Template.Builder.notFound()
Renders the template and returns a response with the not found status.
|
Response.Render |
Template.notFound(Locale locale)
Renders the template.
|
Response.Render |
Template.notFound(Map<String,?> parameters)
Renders the template.
|
Response.Render |
Template.notFound(Map<String,?> parameters,
Locale locale)
Renders the template.
|
Response.Render |
Template.ok()
Renders the template.
|
Response.Render |
Template.Builder.ok()
Renders the template and set the response on the current
MimeContext. |
Response.Render |
Template.ok(Locale locale)
Renders the template.
|
Response.Render |
Template.ok(Map<String,?> parameters)
Renders the template and set the response on the current
MimeContext. |
Response.Render |
Template.ok(Map<String,?> parameters,
Locale locale)
Renders the template.
|
Response.Render |
Template.Builder.status(int status)
Renders the template and returns a response with the specified status.
|
Copyright © 2013 eXo Platform SAS. All Rights Reserved.