Uses of Enum Class
oracle.dbtools.plugin.api.servlet.EntityTags.EntityTagType
Packages that use EntityTags.EntityTagType
-
Uses of EntityTags.EntityTagType in oracle.dbtools.plugin.api.servlet
Methods in oracle.dbtools.plugin.api.servlet that return EntityTags.EntityTagTypeModifier and TypeMethodDescriptionstatic EntityTags.EntityTagTypeReturns the enum constant of this class with the specified name.static EntityTags.EntityTagType[]EntityTags.EntityTagType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in oracle.dbtools.plugin.api.servlet with parameters of type EntityTags.EntityTagTypeModifier and TypeMethodDescriptionbooleanEntityTags.etag(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, HasGetMethod servlet, EntityTags.EntityTagType etagType) Adapt aHttpServletResponseto produce a strong "ETag" generated from a secure digest of the response headers and body.booleanEntityTags.hasPrecondition(javax.servlet.http.HttpServletRequest request, EntityTags.EntityTagType etagType) Determine if the specified request is a conditional HTTP request.