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.Methods in org.htmlunit.csp with parameters of type Directive.DirectiveErrorConsumer Modifier and Type Method Description private DirectivePolicy. 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 booleanSourceExpressionDirective. addHash(Hash hash, int index, Directive.DirectiveErrorConsumer errors)(package private) voidHostSourceDirective. addHostOrSchemeDuringConstruction(java.lang.String token, java.lang.String lowcaseToken, java.lang.String kind, int index, Directive.DirectiveErrorConsumer errors)private booleanHostSourceDirective. addHostSource(Host source, int index, Directive.DirectiveErrorConsumer errors)private booleanPluginTypesDirective. addMediaType(MediaType type, int index, Directive.DirectiveErrorConsumer errors)private booleanSourceExpressionDirective. addNonce(Nonce nonce, int index, Directive.DirectiveErrorConsumer errors)private booleanHostSourceDirective. addScheme(Scheme scheme, int index, Directive.DirectiveErrorConsumer errors)private voidReportUriDirective. 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)
-