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.DirectiveErrorConsumer
Directive.DirectiveErrorConsumer. ignored
ignored.Methods in org.htmlunit.csp with parameters of type Directive.DirectiveErrorConsumer Modifier and Type Method Description private Directive
Policy. add(java.lang.String name, java.util.List<java.lang.String> values, Directive.DirectiveErrorConsumer directiveErrorConsumer)
-
Uses of Directive.DirectiveErrorConsumer in org.htmlunit.csp.directive
Methods in org.htmlunit.csp.directive with parameters of type Directive.DirectiveErrorConsumer Modifier and Type Method Description private boolean
SourceExpressionDirective. addHash(Hash hash, int index, Directive.DirectiveErrorConsumer errors)
(package private) void
HostSourceDirective. addHostOrSchemeDuringConstruction(java.lang.String token, java.lang.String lowcaseToken, java.lang.String kind, int index, Directive.DirectiveErrorConsumer errors)
private boolean
HostSourceDirective. addHostSource(Host source, int index, Directive.DirectiveErrorConsumer errors)
private boolean
PluginTypesDirective. addMediaType(MediaType type, int index, Directive.DirectiveErrorConsumer errors)
private boolean
SourceExpressionDirective. addNonce(Nonce nonce, int index, Directive.DirectiveErrorConsumer errors)
private boolean
HostSourceDirective. addScheme(Scheme scheme, int index, Directive.DirectiveErrorConsumer errors)
private void
ReportUriDirective. addUri(java.lang.String uri, int index, Directive.DirectiveErrorConsumer errors)
Constructors in org.htmlunit.csp.directive with parameters of type Directive.DirectiveErrorConsumer Constructor Description FrameAncestorsDirective(java.util.List<java.lang.String> values, Directive.DirectiveErrorConsumer errors)
PluginTypesDirective(java.util.List<java.lang.String> values, Directive.DirectiveErrorConsumer errors)
ReportUriDirective(java.util.List<java.lang.String> values, Directive.DirectiveErrorConsumer errors)
SandboxDirective(java.util.List<java.lang.String> values, Directive.DirectiveErrorConsumer errors)
SourceExpressionDirective(java.util.List<java.lang.String> values, Directive.DirectiveErrorConsumer errors)
-