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.ManipulationErrorConsumer
Directive.ManipulationErrorConsumer. ignored
Methods in com.shapesecurity.salvation2 with parameters of type Directive.ManipulationErrorConsumer Modifier and Type Method Description protected static Directive.DirectiveErrorConsumer
Directive. 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 void
SourceExpressionDirective. addHash(Hash hash, Directive.ManipulationErrorConsumer errors)
void
HostSourceDirective. addHost(Host host, Directive.ManipulationErrorConsumer errors)
void
PluginTypesDirective. addMediaType(MediaType type, Directive.ManipulationErrorConsumer errors)
void
SourceExpressionDirective. addNonce(Nonce nonce, Directive.ManipulationErrorConsumer errors)
void
HostSourceDirective. addScheme(Scheme scheme, Directive.ManipulationErrorConsumer errors)
void
ReportUriDirective. addUri(java.lang.String uri, Directive.ManipulationErrorConsumer errors)
-