Uses of Class
jakarta.ws.rs.core.EntityTag
Packages that use EntityTag
Package
Description
The JAX-RS client API
Container-specific JAX-RS API.
Low-level interfaces and annotations used to create RESTful service resources.
-
Uses of EntityTag in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client that return EntityTag -
Uses of EntityTag in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container that return EntityTag -
Uses of EntityTag in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return EntityTagModifier and TypeMethodDescriptionabstract EntityTagResponse.getEntityTag()Get the entity tag.static EntityTagDeprecated.This method will be removed in a future version.Methods in jakarta.ws.rs.core with parameters of type EntityTagModifier and TypeMethodDescriptionRequest.evaluatePreconditions(EntityTag eTag) Evaluate request preconditions based on the passed in value.Request.evaluatePreconditions(Date lastModified, 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 a response entity tag. -
Uses of EntityTag in org.jboss.resteasy.client.jaxrs.internal
Methods in org.jboss.resteasy.client.jaxrs.internal that return EntityTag -
Uses of EntityTag in org.jboss.resteasy.core.interception.jaxrs
Methods in org.jboss.resteasy.core.interception.jaxrs that return EntityTag -
Uses of EntityTag in org.jboss.resteasy.plugins.delegates
Methods in org.jboss.resteasy.plugins.delegates that return EntityTagMethods in org.jboss.resteasy.plugins.delegates with parameters of type EntityTag -
Uses of EntityTag in org.jboss.resteasy.specimpl
Methods in org.jboss.resteasy.specimpl that return EntityTagMethods in org.jboss.resteasy.specimpl that return types with arguments of type EntityTagMethods in org.jboss.resteasy.specimpl with parameters of type EntityTagModifier and TypeMethodDescriptionRequestImpl.evaluatePreconditions(EntityTag eTag) RequestImpl.evaluatePreconditions(Date lastModified, EntityTag eTag) RequestImpl.ifNoneMatch(List<EntityTag> ifMatch, EntityTag eTag) Method parameters in org.jboss.resteasy.specimpl with type arguments of type EntityTagModifier and TypeMethodDescriptionRequestImpl.ifNoneMatch(List<EntityTag> ifMatch, EntityTag eTag)