Uses of Interface
oracle.dbtools.plugin.api.servlet.EntityTag.Builder
-
Packages that use EntityTag.Builder Package Description oracle.dbtools.plugin.api.servlet Extensions to the Servlet API. -
-
Uses of EntityTag.Builder in oracle.dbtools.plugin.api.servlet
Methods in oracle.dbtools.plugin.api.servlet that return EntityTag.Builder Modifier and Type Method Description EntityTag.BuilderEntityTag.Builder. append(char c)EntityTag.BuilderEntityTag.Builder. append(java.lang.CharSequence text)Append text to the ETag valueEntityTag.BuilderEntityTag.Builder. append(java.lang.CharSequence text, int start, int length)EntityTag.BuilderEntityTags. builder()Return a new instance of anEntityTag.BuilderEntityTag.BuilderEntityTag.Builder. digest(boolean digest)Indicates whether the value should be hashed by a secure hash.EntityTag.BuilderEntityTag.Builder. strength(EntityTag.Strength strength)SetEntityTag.Strengthof theEntityTag.
-