Uses of Class
javax.ws.rs.core.EntityTag
-
Packages that use EntityTag Package Description javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. -
-
Uses of EntityTag in javax.ws.rs.core
Fields in javax.ws.rs.core with type parameters of type EntityTag Modifier and Type Field Description private static RuntimeDelegate.HeaderDelegate<EntityTag>
EntityTag. delegate
Methods in javax.ws.rs.core that return EntityTag Modifier and Type Method Description 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 Modifier and Type Method Description 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.
-