Enum Class CSPDirective

java.lang.Object
java.lang.Enum<CSPDirective>
org.apache.wicket.csp.CSPDirective
All Implemented Interfaces:
Serializable, Comparable<CSPDirective>, Constable

public enum CSPDirective extends Enum<CSPDirective>
An enum holding the possible CSP Directives. Via the checkValueForDirective(CSPRenderable, List)-method, new values are verified before being added to the list of values for a directive.
See Also: