Uses of Interface
com.shapesecurity.salvation2.Directive.DirectiveErrorConsumer
-
Packages that use Directive.DirectiveErrorConsumer Package Description com.shapesecurity.salvation2 com.shapesecurity.salvation2.Directives -
-
Uses of Directive.DirectiveErrorConsumer in com.shapesecurity.salvation2
Fields in com.shapesecurity.salvation2 declared as Directive.DirectiveErrorConsumer Modifier and Type Field Description static Directive.DirectiveErrorConsumerDirective.DirectiveErrorConsumer. ignoredMethods in com.shapesecurity.salvation2 that return Directive.DirectiveErrorConsumer Modifier and Type Method Description protected static Directive.DirectiveErrorConsumerDirective. wrapManipulationErrorConsumer(Directive.ManipulationErrorConsumer errors)Methods in com.shapesecurity.salvation2 with parameters of type Directive.DirectiveErrorConsumer Modifier and Type Method Description DirectivePolicy. add(java.lang.String name, java.util.List<java.lang.String> values, Directive.DirectiveErrorConsumer directiveErrorConsumer) -
Uses of Directive.DirectiveErrorConsumer in com.shapesecurity.salvation2.Directives
Methods in com.shapesecurity.salvation2.Directives 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 com.shapesecurity.salvation2.Directives 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)
-