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

Packages that use EntityTag
com.sun.jersey.api Provides support for responses and exceptions. 
com.sun.jersey.api.client Provides support for client-side communication with HTTP-based RESTful Web services. 
com.sun.jersey.core.header Provides support for HTTP headers. 
com.sun.jersey.core.impl.provider.header   
com.sun.jersey.core.spi.factory Provides support for factories of particular component types. 
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
 

Uses of EntityTag in com.sun.jersey.api
 

Methods in com.sun.jersey.api with parameters of type EntityTag
static
<E> JResponse.JResponseBuilder<E>
JResponse.notModified(EntityTag tag)
          Create a new JResponse.JResponseBuilder with a not-modified status.
 B JResponse.AJResponseBuilder.tag(EntityTag tag)
          Set an entity tag.
 

Uses of EntityTag in com.sun.jersey.api.client
 

Fields in com.sun.jersey.api.client with type parameters of type EntityTag
protected static RuntimeDelegate.HeaderDelegate<EntityTag> ClientResponse.entityTagDelegate
           
 

Methods in com.sun.jersey.api.client that return EntityTag
 EntityTag ClientResponse.getEntityTag()
          Get the entity tag.
 

Uses of EntityTag in com.sun.jersey.core.header
 

Subclasses of EntityTag in com.sun.jersey.core.header
 class MatchingEntityTag
          A matching entity tag.
 

Uses of EntityTag in com.sun.jersey.core.impl.provider.header
 

Methods in com.sun.jersey.core.impl.provider.header that return EntityTag
 EntityTag EntityTagProvider.fromString(String header)
           
 

Methods in com.sun.jersey.core.impl.provider.header with parameters of type EntityTag
 String EntityTagProvider.toString(EntityTag header)
           
 

Uses of EntityTag in com.sun.jersey.core.spi.factory
 

Methods in com.sun.jersey.core.spi.factory with parameters of type EntityTag
 Response.ResponseBuilder ResponseBuilderImpl.tag(EntityTag tag)
           
 

Uses of EntityTag in com.sun.jersey.spi.container
 

Methods in com.sun.jersey.spi.container with parameters of type EntityTag
 Response.ResponseBuilder ContainerRequest.evaluatePreconditions(Date lastModified, EntityTag eTag)
           
 Response.ResponseBuilder AdaptingContainerRequest.evaluatePreconditions(Date lastModified, EntityTag eTag)
           
 Response.ResponseBuilder ContainerRequest.evaluatePreconditions(EntityTag eTag)
           
 Response.ResponseBuilder AdaptingContainerRequest.evaluatePreconditions(EntityTag eTag)
           
 

Uses of EntityTag in javax.ws.rs.core
 

Methods in javax.ws.rs.core that return EntityTag
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 an entity tag on the ResponseBuilder.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.