Uses of Interface
org.htmlunit.csp.Directive.DirectiveErrorConsumer
Packages that use Directive.DirectiveErrorConsumer
Package
Description
Content Security Policy.
Content Security Policy directives.
-
Uses of Directive.DirectiveErrorConsumer in org.htmlunit.csp
Fields in org.htmlunit.csp declared as Directive.DirectiveErrorConsumerModifier and TypeFieldDescriptionstatic final Directive.DirectiveErrorConsumerDirective.DirectiveErrorConsumer.ignoredignored. -
Uses of Directive.DirectiveErrorConsumer in org.htmlunit.csp.directive
Constructors in org.htmlunit.csp.directive with parameters of type Directive.DirectiveErrorConsumerModifierConstructorDescriptionFrameAncestorsDirective(List<String> values, Directive.DirectiveErrorConsumer errors) PluginTypesDirective(List<String> values, Directive.DirectiveErrorConsumer errors) ReportUriDirective(List<String> values, Directive.DirectiveErrorConsumer errors) SandboxDirective(List<String> values, Directive.DirectiveErrorConsumer errors) SourceExpressionDirective(List<String> values, Directive.DirectiveErrorConsumer errors)