|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Response.Content | |
|---|---|
| juzu | |
| juzu.request | |
| juzu.template | |
| Uses of Response.Content in juzu |
|---|
| Subclasses of Response.Content in juzu | |
|---|---|
static class |
Response.Render
|
| Methods in juzu that return Response.Content | ||
|---|---|---|
static Response.Content<Stream.Char> |
Response.content(int code,
CharSequence content)
|
|
static Response.Content<Stream.Binary> |
Response.content(int code,
InputStream content)
|
|
static Response.Content<Stream.Char> |
Response.content(int code,
Streamable<Stream.Char> content)
|
|
static Response.Content<Stream.Binary> |
Response.content(int code,
String mimeType,
InputStream content)
|
|
static Response.Content<Stream.Char> |
Response.notFound(CharSequence content)
|
|
static Response.Content<Stream.Char> |
Response.ok(CharSequence content)
|
|
static Response.Content<Stream.Binary> |
Response.ok(InputStream content)
|
|
static Response.Content<Stream.Binary> |
Response.ok(String mimeType,
InputStream content)
|
|
|
Response.Content.with(PropertyType<T> propertyType,
T propertyValue)
|
|
Response.Content<S> |
Response.Content.withMimeType(String mimeType)
|
|
| Uses of Response.Content in juzu.request |
|---|
| Methods in juzu.request with parameters of type Response.Content | |
|---|---|
void |
MimeContext.setResponse(Response.Content response)
|
| Uses of Response.Content in juzu.template |
|---|
| Methods in juzu.template that return Response.Content | |
|---|---|
Response.Content |
Template.notFound()
Renders the template and set a 404 response on the current MimeContext. |
Response.Content |
Template.Builder.notFound()
Renders the template and set a 404 response on the current MimeContext. |
Response.Content |
Template.notFound(Locale locale)
Renders the template and set a 404 response on the current MimeContext. |
Response.Content |
Template.notFound(Map<String,?> parameters)
Renders the template and set a 404 response on the current MimeContext. |
Response.Content<Stream.Char> |
Template.notFound(Map<String,?> parameters,
Locale locale)
Renders the template and set a 404 response on the current MimeContext. |
Response.Content |
Template.ok()
Renders the template and set the response on the current MimeContext. |
Response.Content |
Template.Builder.ok()
Renders the template and set the response on the current MimeContext. |
Response.Content |
Template.ok(Locale locale)
Renders the template and set the response on the current MimeContext. |
Response.Content |
Template.ok(Map<String,?> parameters)
Renders the template and set the response on the current MimeContext. |
Response.Content<Stream.Char> |
Template.ok(Map<String,?> parameters,
Locale locale)
Renders the template and set the response on the current MimeContext. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||