Uses of Class
javax.ws.rs.core.EntityTag
Packages that use EntityTag
Package
Description
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 EntityTagModifier and TypeFieldDescriptionprivate static final RuntimeDelegate.HeaderDelegate<EntityTag> EntityTag.delegateMethods in javax.ws.rs.core that return EntityTagModifier and TypeMethodDescriptionstatic EntityTagCreates a new instance of EntityTag by parsing the supplied string.Methods in javax.ws.rs.core with parameters of type EntityTagModifier and TypeMethodDescriptionRequest.evaluatePreconditions(Date lastModified, EntityTag eTag) Evaluate request preconditions based on the passed in value.Request.evaluatePreconditions(EntityTag eTag) Evaluate request preconditions based on the passed in value.static Response.ResponseBuilderResponse.notModified(EntityTag tag) Create a new ResponseBuilder with a not-modified status.abstract Response.ResponseBuilderSet an entity tag on the ResponseBuilder.