Uses of Interface
oracle.dbtools.plugin.api.servlet.EntityTag
-
Packages that use EntityTag Package Description oracle.dbtools.plugin.api.servlet Extensions to the Servlet API. -
-
Uses of EntityTag in oracle.dbtools.plugin.api.servlet
Methods in oracle.dbtools.plugin.api.servlet that return EntityTag Modifier and Type Method Description EntityTag
EntityTag.Builder. build()
Build the immutableEntityTag
instanceEntityTag
EntityTags. entityTag(java.lang.String text)
This method formats a textual value into a digested, strongEntityTag
value.EntityTag
EntityTags. entityTag(javax.servlet.http.HttpServletRequest request, java.lang.String headerName)
Parses anEntityTag
value from the specified header.EntityTag
EntityTags. parse(java.lang.CharSequence text)
Parses text into anEntityTag
value.
-