Uses of Interface
com.shapesecurity.salvation2.Directive.ManipulationErrorConsumer
-
Packages that use Directive.ManipulationErrorConsumer Package Description com.shapesecurity.salvation2 com.shapesecurity.salvation2.Directives -
-
Uses of Directive.ManipulationErrorConsumer in com.shapesecurity.salvation2
Fields in com.shapesecurity.salvation2 declared as Directive.ManipulationErrorConsumer Modifier and Type Field Description static Directive.ManipulationErrorConsumerDirective.ManipulationErrorConsumer. ignoredMethods in com.shapesecurity.salvation2 with parameters of type Directive.ManipulationErrorConsumer Modifier and Type Method Description protected static Directive.DirectiveErrorConsumerDirective. wrapManipulationErrorConsumer(Directive.ManipulationErrorConsumer errors) -
Uses of Directive.ManipulationErrorConsumer in com.shapesecurity.salvation2.Directives
Methods in com.shapesecurity.salvation2.Directives with parameters of type Directive.ManipulationErrorConsumer Modifier and Type Method Description voidSourceExpressionDirective. addHash(Hash hash, Directive.ManipulationErrorConsumer errors)voidHostSourceDirective. addHost(Host host, Directive.ManipulationErrorConsumer errors)voidPluginTypesDirective. addMediaType(MediaType type, Directive.ManipulationErrorConsumer errors)voidSourceExpressionDirective. addNonce(Nonce nonce, Directive.ManipulationErrorConsumer errors)voidHostSourceDirective. addScheme(Scheme scheme, Directive.ManipulationErrorConsumer errors)voidReportUriDirective. addUri(String uri, Directive.ManipulationErrorConsumer errors)
-