Package | Description |
---|---|
juzu | |
juzu.request |
Modifier and Type | Class and Description |
---|---|
static class |
Response.Action |
static class |
Response.Body |
static class |
Response.Content |
static class |
Response.Error |
static class |
Response.Redirect
A response instructing to execute an HTTP redirection after the current interaction.
|
static class |
Response.Status |
static class |
Response.View
A response instructing to execute a render phase of a controller method after the current interaction.
|
Modifier and Type | Method and Description |
---|---|
Response |
Response.with(PropertyType<Boolean> propertyType)
Set a boolean property to true.
|
<T> Response |
Response.with(PropertyType<T> propertyType,
T propertyValue)
Set a property, if the value is null, the property is removed.
|
Response |
Response.withHeader(String name,
String... value) |
Response |
Response.withNo(PropertyType<Boolean> propertyType)
Set a boolean property to false.
|
<T> Response |
Response.without(PropertyType<T> propertyType)
Removes a property.
|
Modifier and Type | Class and Description |
---|---|
static class |
Phase.View.Dispatch |
Modifier and Type | Method and Description |
---|---|
Response |
RequestContext.getResponse() |
Modifier and Type | Method and Description |
---|---|
void |
RequestContext.setResponse(Response response) |
Copyright © 2013 eXo Platform SAS. All Rights Reserved.