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.DirectiveErrorConsumer
Directive.DirectiveErrorConsumer.ignored
Methods in com.shapesecurity.salvation2 that return Directive.DirectiveErrorConsumerModifier and TypeMethodDescriptionprotected static Directive.DirectiveErrorConsumer
Directive.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 boolean
SourceExpressionDirective._addHash
(Hash hash, int index, Directive.DirectiveErrorConsumer errors) (package private) void
HostSourceDirective._addHostOrSchemeDuringConstruction
(String token, String lowcaseToken, 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
(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)