| Package | Description |
|---|---|
| org.htmlunit.csp |
Content Security Policy.
|
| Modifier and Type | Method and Description |
|---|---|
static Policy.Severity |
Policy.Severity.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Directive.DirectiveErrorConsumer.add(Policy.Severity severity,
String message,
int valueIndex) |
void |
Policy.PolicyErrorConsumer.add(Policy.Severity severity,
String message,
int directiveIndex,
int valueIndex) |
void |
Policy.PolicyListErrorConsumer.add(Policy.Severity severity,
String message,
int policyIndex,
int directiveIndex,
int valueIndex) |
Copyright © 2025 HtmlUnit. All rights reserved.