Uses of Interface
org.owasp.html.ElementPolicy
-
Packages that use ElementPolicy Package Description org.owasp.html An efficientHtmlSanitizerconfigurable via a flexibleHtmlPolicyBuilder. -
-
Uses of ElementPolicy in org.owasp.html
Subinterfaces of ElementPolicy in org.owasp.html Modifier and Type Interface Description static interfaceElementPolicy.JoinableElementPolicyFields in org.owasp.html declared as ElementPolicy Modifier and Type Field Description static ElementPolicyElementPolicy. IDENTITY_ELEMENT_POLICYAn element policy that returns the element unchanged.static ElementPolicyElementPolicy. REJECT_ALL_ELEMENT_POLICYAn element policy that rejects all elements.Methods in org.owasp.html that return ElementPolicy Modifier and Type Method Description static ElementPolicyElementPolicy.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 Modifier and Type Method Description HtmlPolicyBuilderHtmlPolicyBuilder. allowElements(ElementPolicy policy, String... elementNames)Allow the given elements with the given policy.static ElementPolicyElementPolicy.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.
-