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 EntityTagEntityTag.Builder. build()Build the immutableEntityTaginstanceEntityTagEntityTags. entityTag(java.lang.String text)This method formats a textual value into a digested, strongEntityTagvalue.EntityTagEntityTags. entityTag(javax.servlet.http.HttpServletRequest request, java.lang.String headerName)Parses anEntityTagvalue from the specified header.EntityTagEntityTags. parse(java.lang.CharSequence text)Parses text into anEntityTagvalue.
-