|
code.google.com home | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CssSchema | |
---|---|
org.owasp.html | An efficient HtmlSanitizer
configurable via a flexible
HtmlPolicyBuilder . |
Uses of CssSchema in org.owasp.html |
---|
Fields in org.owasp.html declared as CssSchema | |
---|---|
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 | |
---|---|
static CssSchema |
CssSchema.union(CssSchema... cssSchemas)
A schema that represents the union of the input schemas. |
static CssSchema |
CssSchema.withProperties(java.lang.Iterable<? extends java.lang.String> propertyNames)
A schema that includes all and only the named properties. |
Methods in org.owasp.html with parameters of type CssSchema | |
---|---|
HtmlPolicyBuilder |
HtmlPolicyBuilder.allowStyling(CssSchema whitelist)
Convert style="<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. |
|
code.google.com home | ||||||||
PREV NEXT | FRAMES NO FRAMES |