Uses of Interface
com.shapesecurity.salvation2.Directive.DirectiveErrorConsumer
Packages that use Directive.DirectiveErrorConsumer
-
Uses of Directive.DirectiveErrorConsumer in com.shapesecurity.salvation2
Fields in com.shapesecurity.salvation2 declared as Directive.DirectiveErrorConsumerModifier and TypeFieldDescriptionstatic final Directive.DirectiveErrorConsumerDirective.DirectiveErrorConsumer.ignoredMethods in com.shapesecurity.salvation2 that return Directive.DirectiveErrorConsumerModifier and TypeMethodDescriptionprotected static Directive.DirectiveErrorConsumerDirective.wrapManipulationErrorConsumer(Directive.ManipulationErrorConsumer errors) Methods in com.shapesecurity.salvation2 with parameters of type Directive.DirectiveErrorConsumer -
Uses of Directive.DirectiveErrorConsumer in com.shapesecurity.salvation2.Directives
Methods in com.shapesecurity.salvation2.Directives with parameters of type Directive.DirectiveErrorConsumerModifier and TypeMethodDescriptionprivate booleanSourceExpressionDirective._addHash(Hash hash, int index, Directive.DirectiveErrorConsumer errors) (package private) voidHostSourceDirective._addHostOrSchemeDuringConstruction(String token, String lowcaseToken, 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(String uri, int index, Directive.DirectiveErrorConsumer errors) Constructors in com.shapesecurity.salvation2.Directives 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)