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

Packages that use EntityTag
javax.ws.rs.client The JAX-RS client API 
javax.ws.rs.container Container-specific JAX-RS API. 
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
org.glassfish.jersey.internal.inject Common Jersey internal injection utility classes. 
org.glassfish.jersey.message.internal Common Jersey internal messaging classes. 
org.glassfish.jersey.server Jersey server-side classes. 
 

Uses of EntityTag in javax.ws.rs.client
 

Methods in javax.ws.rs.client that return EntityTag
 EntityTag ClientResponseContext.getEntityTag()
          Get the entity tag.
 

Uses of EntityTag in javax.ws.rs.container
 

Methods in javax.ws.rs.container that return EntityTag
 EntityTag ContainerResponseContext.getEntityTag()
          Get the entity tag.
 

Uses of EntityTag in javax.ws.rs.core
 

Methods in javax.ws.rs.core that return EntityTag
abstract  EntityTag Response.getEntityTag()
          Get the entity tag.
static EntityTag EntityTag.valueOf(String value)
          Creates a new instance of EntityTag by parsing the supplied string.
 

Methods in javax.ws.rs.core with parameters of type EntityTag
 Response.ResponseBuilder Request.evaluatePreconditions(Date lastModified, EntityTag eTag)
          Evaluate request preconditions based on the passed in value.
 Response.ResponseBuilder Request.evaluatePreconditions(EntityTag eTag)
          Evaluate request preconditions based on the passed in value.
static Response.ResponseBuilder Response.notModified(EntityTag tag)
          Create a new ResponseBuilder with a not-modified status.
abstract  Response.ResponseBuilder Response.ResponseBuilder.tag(EntityTag tag)
          Set a response entity tag.
 

Uses of EntityTag in org.glassfish.jersey.internal.inject
 

Methods in org.glassfish.jersey.internal.inject with parameters of type EntityTag
 Response.ResponseBuilder RequestInjectee.evaluatePreconditions(Date lastModified, EntityTag eTag)
           
 Response.ResponseBuilder RequestInjectee.evaluatePreconditions(EntityTag eTag)
           
 

Uses of EntityTag in org.glassfish.jersey.message.internal
 

Subclasses of EntityTag in org.glassfish.jersey.message.internal
 class MatchingEntityTag
          A matching entity tag.
 

Methods in org.glassfish.jersey.message.internal that return EntityTag
 EntityTag EntityTagProvider.fromString(String header)
           
 EntityTag InboundMessageContext.getEntityTag()
          Get the entity tag.
 EntityTag OutboundJaxrsResponse.getEntityTag()
           
 EntityTag OutboundMessageContext.getEntityTag()
          Get the entity tag.
 

Methods in org.glassfish.jersey.message.internal with parameters of type EntityTag
 Response.ResponseBuilder OutboundJaxrsResponse.Builder.tag(EntityTag tag)
           
 String EntityTagProvider.toString(EntityTag header)
           
 

Uses of EntityTag in org.glassfish.jersey.server
 

Methods in org.glassfish.jersey.server that return EntityTag
 EntityTag ContainerResponse.getEntityTag()
           
 

Methods in org.glassfish.jersey.server with parameters of type EntityTag
 Response.ResponseBuilder ContainerRequest.evaluatePreconditions(Date lastModified, EntityTag eTag)
           
 Response.ResponseBuilder ContainerRequest.evaluatePreconditions(EntityTag eTag)
           
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.