Uses of Class
oracle.dbtools.plugin.api.servlet.EntityTags.EntityTagType
-
Packages that use EntityTags.EntityTagType Package Description oracle.dbtools.plugin.api.servlet Extensions to the Servlet API. -
-
Uses of EntityTags.EntityTagType in oracle.dbtools.plugin.api.servlet
Methods in oracle.dbtools.plugin.api.servlet that return EntityTags.EntityTagType Modifier and Type Method Description static EntityTags.EntityTagType
EntityTags.EntityTagType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EntityTags.EntityTagType[]
EntityTags.EntityTagType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in oracle.dbtools.plugin.api.servlet with parameters of type EntityTags.EntityTagType Modifier and Type Method Description boolean
EntityTags. etag(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, HasGetMethod servlet, EntityTags.EntityTagType etagType)
Adapt aHttpServletResponse
to produce a strong "ETag" generated from a secure digest of the response headers and body.boolean
EntityTags. hasPrecondition(javax.servlet.http.HttpServletRequest request, EntityTags.EntityTagType etagType)
Determine if the specified request is a conditional HTTP request.
-