Uses of Class
org.owasp.html.CssSchema.Property
-
Packages that use CssSchema.Property Package Description org.owasp.html An efficientHtmlSanitizer
configurable via a flexibleHtmlPolicyBuilder
. -
-
Uses of CssSchema.Property in org.owasp.html
Method parameters in org.owasp.html with type arguments of type CssSchema.Property Modifier and Type Method Description static CssSchema
CssSchema. withProperties(Map<? extends String,? extends CssSchema.Property> properties)
A schema that includes all and only the named properties.
-