Uses of Class
juzu.Response.Status

Packages that use Response.Status
juzu   
 

Uses of Response.Status in juzu
 

Subclasses of Response.Status in juzu
static class Response.Body
           
static class Response.Content
           
 

Methods in juzu that return Response.Status
 Response.Status Response.Error.asStatus(boolean verbose)
           
static Response.Status Response.notFound()
           
static Response.Status Response.ok()
           
static Response.Status Response.status(int code)
           
 Response.Status Response.Status.with(PropertyType<Boolean> propertyType)
           
<T> Response.Status
Response.Status.with(PropertyType<T> propertyType, T propertyValue)
           
 Response.Status Response.Status.withHeader(String name, String... value)
           
 Response.Status Response.Status.withNo(PropertyType<Boolean> propertyType)
           
<T> Response.Status
Response.Status.without(PropertyType<T> propertyType)
           
 



Copyright © 2014 eXo Platform SAS. All rights reserved.