Package org.owasp.html
Class AttributePolicy.Util
- java.lang.Object
-
- org.owasp.html.AttributePolicy.Util
-
- Enclosing interface:
- AttributePolicy
public static final class AttributePolicy.Util extends java.lang.Object
Utilities for working with attribute policies.
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AttributePolicy
join(AttributePolicy... policies)
An attribute policy equivalent to applying all the given policies in order, failing early if any of them fails.
-
-
-
Method Detail
-
join
public static final AttributePolicy join(AttributePolicy... policies)
An attribute policy equivalent to applying all the given policies in order, failing early if any of them fails.
-
-