Package | Description |
---|---|
juzu | |
juzu.request |
Modifier and Type | Method and Description |
---|---|
Response.View |
Response.View.with(PropertyType<Boolean> propertyType) |
<T> Response.View |
Response.View.with(PropertyType<T> propertyType,
T propertyValue) |
Response.View |
Response.View.withHeader(String name,
String... value) |
Response.View |
Response.View.withNo(PropertyType<Boolean> propertyType) |
<T> Response.View |
Response.View.without(PropertyType<T> propertyType) |
Modifier and Type | Class and Description |
---|---|
static class |
Phase.View.Dispatch |
Modifier and Type | Method and Description |
---|---|
Response.View |
ActionContext.createResponse(juzu.impl.request.Method<Phase.View> target) |
Response.View |
ActionContext.createResponse(juzu.impl.request.Method<Phase.View> target,
Object arg) |
Response.View |
ActionContext.createResponse(juzu.impl.request.Method<Phase.View> target,
Object[] args) |
Copyright © 2013 eXo Platform SAS. All Rights Reserved.