Package org.htmlunit.csp.directive
Class SourceExpressionDirective
- java.lang.Object
-
- org.htmlunit.csp.Directive
-
- org.htmlunit.csp.directive.HostSourceDirective
-
- org.htmlunit.csp.directive.SourceExpressionDirective
-
public class SourceExpressionDirective extends HostSourceDirective
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.htmlunit.csp.Directive
Directive.DirectiveErrorConsumer
-
-
Field Summary
-
Fields inherited from class org.htmlunit.csp.Directive
containsNonDirectiveCharacter, IS_DIRECTIVE_NAME
-
-
Constructor Summary
Constructors Constructor Description SourceExpressionDirective(List<String> values, Directive.DirectiveErrorConsumer errors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Hash>getHashes()List<Nonce>getNonces()booleanreportSample()booleanstrictDynamic()booleanunsafeAllowRedirects()booleanunsafeEval()booleanunsafeHashes()booleanunsafeInline()-
Methods inherited from class org.htmlunit.csp.directive.HostSourceDirective
addValue, getHosts, getNone, getSchemes, removeValueIgnoreCase, self, star
-
-
-
-
Constructor Detail
-
SourceExpressionDirective
public SourceExpressionDirective(List<String> values, Directive.DirectiveErrorConsumer errors)
-
-