Uses of Class
org.owasp.html.HtmlTextEscapingMode
-
Packages that use HtmlTextEscapingMode Package Description org.owasp.html An efficientHtmlSanitizer
configurable via a flexibleHtmlPolicyBuilder
. -
-
Uses of HtmlTextEscapingMode in org.owasp.html
Methods in org.owasp.html that return HtmlTextEscapingMode Modifier and Type Method Description static HtmlTextEscapingMode
HtmlTextEscapingMode. getModeForTag(String canonTagName)
The mode used for content following a start tag with the given name.static HtmlTextEscapingMode
HtmlTextEscapingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static HtmlTextEscapingMode[]
HtmlTextEscapingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-