Uses of Class
org.htmlunit.csp.Policy.Severity
-
Packages that use Policy.Severity Package Description org.htmlunit.csp Content Security Policy. -
-
Uses of Policy.Severity in org.htmlunit.csp
Methods in org.htmlunit.csp that return Policy.Severity Modifier and Type Method Description static Policy.Severity
Policy.Severity. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Policy.Severity[]
Policy.Severity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.htmlunit.csp with parameters of type Policy.Severity Modifier and Type Method Description void
Directive.DirectiveErrorConsumer. add(Policy.Severity severity, java.lang.String message, int valueIndex)
void
Policy.PolicyErrorConsumer. add(Policy.Severity severity, java.lang.String message, int directiveIndex, int valueIndex)
void
Policy.PolicyListErrorConsumer. add(Policy.Severity severity, java.lang.String message, int policyIndex, int directiveIndex, int valueIndex)
-