org.owasp.html
Class AttributePolicy.Util

java.lang.Object
  extended by 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
AttributePolicy.Util()
           
 
Method Summary
static AttributePolicy join(AttributePolicy... policies)
          An attribute policy equivalent to applying all the given policies in order, failing early if any of them fails.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributePolicy.Util

public AttributePolicy.Util()
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.



Copyright © 2012 OWASP. All Rights Reserved.