|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Response.Content | |
|---|---|
| juzu | |
| juzu.request | |
| 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.Binary> |
Response.content(int code,
InputStream content)
|
|
static Response.Content<Stream.Binary> |
Response.notFound(InputStream content)
|
|
static Response.Content<Stream.Binary> |
Response.ok(InputStream content)
|
|
Response.Content<S> |
Response.Content.with(PropertyType<Boolean> propertyType)
|
|
|
Response.Content.with(PropertyType<T> propertyType,
T propertyValue)
|
|
Response.Content<S> |
Response.Content.withHeader(String name,
String... value)
|
|
Response.Content<S> |
Response.Content.withMimeType(String mimeType)
|
|
Response.Content<S> |
Response.Content.withNo(PropertyType<Boolean> propertyType)
|
|
|
Response.Content.without(PropertyType<T> propertyType)
|
|
| Uses of Response.Content in juzu.request |
|---|
| Methods in juzu.request with parameters of type Response.Content | |
|---|---|
void |
MimeContext.setResponse(Response.Content response)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||