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

Packages that use EntityTag
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
org.jboss.resteasy.plugins.delegates   
org.jboss.resteasy.specimpl   
 

Uses of EntityTag in javax.ws.rs.core
 

Methods in javax.ws.rs.core that return EntityTag
static EntityTag EntityTag.valueOf(java.lang.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(java.util.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.
 

Uses of EntityTag in org.jboss.resteasy.plugins.delegates
 

Methods in org.jboss.resteasy.plugins.delegates that return EntityTag
 EntityTag EntityTagDelegate.fromString(java.lang.String value)
           
 

Methods in org.jboss.resteasy.plugins.delegates with parameters of type EntityTag
 java.lang.String EntityTagDelegate.toString(EntityTag value)
           
 

Uses of EntityTag in org.jboss.resteasy.specimpl
 

Methods in org.jboss.resteasy.specimpl that return types with arguments of type EntityTag
 java.util.List<EntityTag> RequestImpl.convertEtag(java.util.List<java.lang.String> tags)
           
 

Methods in org.jboss.resteasy.specimpl with parameters of type EntityTag
 Response.ResponseBuilder RequestImpl.evaluatePreconditions(java.util.Date lastModified, EntityTag eTag)
           
 Response.ResponseBuilder RequestImpl.evaluatePreconditions(EntityTag eTag)
           
 Response.ResponseBuilder RequestImpl.ifMatch(java.util.List<EntityTag> ifMatch, EntityTag eTag)
           
 Response.ResponseBuilder RequestImpl.ifNoneMatch(java.util.List<EntityTag> ifMatch, EntityTag eTag)
           
 Response.ResponseBuilder ResponseBuilderImpl.tag(EntityTag tag)
           
 

Method parameters in org.jboss.resteasy.specimpl with type arguments of type EntityTag
 Response.ResponseBuilder RequestImpl.ifMatch(java.util.List<EntityTag> ifMatch, EntityTag eTag)
           
 Response.ResponseBuilder RequestImpl.ifNoneMatch(java.util.List<EntityTag> ifMatch, EntityTag eTag)
           
 



Copyright © 2009. All Rights Reserved.