Uses of Class
javax.ws.rs.core.Variant

Packages that use Variant
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
 

Uses of Variant in javax.ws.rs.core
 

Methods in javax.ws.rs.core that return Variant
 Variant Request.selectVariant(java.util.List<Variant> variants)
          Select the representation variant that best matches the request.
 

Methods in javax.ws.rs.core that return types with arguments of type Variant
abstract  java.util.List<Variant> Variant.VariantListBuilder.build()
          Build a list of representation variants from the current state of the builder.
 

Methods in javax.ws.rs.core with parameters of type Variant
static Response.ResponseBuilder Response.ok(java.lang.Object entity, Variant variant)
          Create a new ResponseBuilder that contains a representation.
abstract  Response.ResponseBuilder Response.ResponseBuilder.variant(Variant variant)
          Set representation metadata on the ResponseBuilder.
 

Method parameters in javax.ws.rs.core with type arguments of type Variant
static Response.ResponseBuilder Response.notAcceptable(java.util.List<Variant> variants)
          Create a new ResponseBuilder for a not acceptable response.
 Variant Request.selectVariant(java.util.List<Variant> variants)
          Select the representation variant that best matches the request.
abstract  Response.ResponseBuilder Response.ResponseBuilder.variants(java.util.List<Variant> variants)
          Add a Vary header that lists the available variants.
 



Copyright © 2008. All Rights Reserved.