Uses of Class
org.owasp.html.CssSchema
-
Packages that use CssSchema Package Description org.owasp.html An efficientHtmlSanitizer
configurable via a flexibleHtmlPolicyBuilder
. -
-
Uses of CssSchema in org.owasp.html
Fields in org.owasp.html declared as CssSchema Modifier and Type Field Description static CssSchema
CssSchema. DEFAULT
A schema that includes only those properties on the default schema white-list.Methods in org.owasp.html that return CssSchema Modifier and Type Method Description static CssSchema
CssSchema. union(CssSchema... cssSchemas)
A schema that represents the union of the input schemas.static CssSchema
CssSchema. withProperties(Iterable<? extends String> propertyNames)
A schema that includes all and only the named properties.static CssSchema
CssSchema. withProperties(Map<? extends String,? extends CssSchema.Property> properties)
A schema that includes all and only the named properties.Methods in org.owasp.html with parameters of type CssSchema Modifier and Type Method Description HtmlPolicyBuilder
HtmlPolicyBuilder. allowStyling(CssSchema whitelist)
Convertstyle="<CSS>"
to sanitized CSS which allows color, font-size, type-face, and other styling using the given schema.static CssSchema
CssSchema. union(CssSchema... cssSchemas)
A schema that represents the union of the input schemas.
-