Uses of Class
javax.ws.rs.core.Response.Status.Family

Packages that use Response.Status.Family
javax.ws.rs.core   
 

Uses of Response.Status.Family in javax.ws.rs.core
 

Methods in javax.ws.rs.core that return Response.Status.Family
 Response.Status.Family Response.Status.getFamily()
           
 Response.Status.Family Response.StatusType.getFamily()
           
static Response.Status.Family Response.Status.Family.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Response.Status.Family[] Response.Status.Family.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.