|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Response.Render | |
|---|---|
| juzu | |
| juzu.template | |
| Uses of Response.Render in juzu |
|---|
| Methods in juzu that return Response.Render | ||
|---|---|---|
Response.Render |
Response.Render.addScript(Asset script)
|
|
Response.Render |
Response.Render.addStylesheet(Asset stylesheet)
|
|
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)
|
|
|
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)
|
|
|
Response.Render.without(PropertyType<T> propertyType)
|
|
Response.Render |
Response.Render.withTitle(String title)
|
|
| Uses of Response.Render in juzu.template |
|---|
| Methods in juzu.template that return Response.Render | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||