Uses of Interface
org.htmlunit.csp.Directive.DirectiveErrorConsumer
-
Packages that use Directive.DirectiveErrorConsumer Package Description org.htmlunit.csp Content Security Policy.org.htmlunit.csp.directive Content Security Policy directives. -
-
Uses of Directive.DirectiveErrorConsumer in org.htmlunit.csp
Fields in org.htmlunit.csp declared as Directive.DirectiveErrorConsumer Modifier and Type Field Description static Directive.DirectiveErrorConsumerDirective.DirectiveErrorConsumer. ignoredignored. -
Uses of Directive.DirectiveErrorConsumer in org.htmlunit.csp.directive
Constructors in org.htmlunit.csp.directive with parameters of type Directive.DirectiveErrorConsumer Constructor Description FrameAncestorsDirective(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)
-