|
code.google.com home | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElementPolicy | |
---|---|
org.owasp.html | An efficient HtmlSanitizer
configurable via a flexible
HtmlPolicyBuilder . |
Uses of ElementPolicy in org.owasp.html |
---|
Fields in org.owasp.html declared as ElementPolicy | |
---|---|
static ElementPolicy |
ElementPolicy.IDENTITY_ELEMENT_POLICY
|
static ElementPolicy |
ElementPolicy.REJECT_ALL_ELEMENT_POLICY
|
Methods in org.owasp.html that return ElementPolicy | |
---|---|
static ElementPolicy |
ElementPolicy.Util.join(ElementPolicy... policies)
Given zero or more element policies, returns an element policy equivalent to applying them in order failing early if any of them fails. |
Methods in org.owasp.html with parameters of type ElementPolicy | |
---|---|
HtmlPolicyBuilder |
HtmlPolicyBuilder.allowElements(ElementPolicy policy,
java.lang.String... elementNames)
Allow the given elements with the given policy. |
static ElementPolicy |
ElementPolicy.Util.join(ElementPolicy... policies)
Given zero or more element policies, returns an element policy equivalent to applying them in order failing early if any of them fails. |
|
code.google.com home | ||||||||
PREV NEXT | FRAMES NO FRAMES |