Uses of Class
org.htmlunit.csp.Directive
-
Packages that use Directive Package Description org.htmlunit.csp Content Security Policy.org.htmlunit.csp.directive Content Security Policy directives. -
-
Uses of Directive in org.htmlunit.csp
Fields in org.htmlunit.csp declared as Directive Modifier and Type Field Description private Directive
Policy.NamedDirective. directive_
Methods in org.htmlunit.csp that return Directive Modifier and Type Method Description private Directive
Policy. add(java.lang.String name, java.util.List<java.lang.String> values, Directive.DirectiveErrorConsumer directiveErrorConsumer)
Constructors in org.htmlunit.csp with parameters of type Directive Constructor Description NamedDirective(java.lang.String name, Directive directive)
-
Uses of Directive in org.htmlunit.csp.directive
Subclasses of Directive in org.htmlunit.csp.directive Modifier and Type Class Description class
FrameAncestorsDirective
class
HostSourceDirective
class
PluginTypesDirective
class
ReportUriDirective
class
SandboxDirective
class
SourceExpressionDirective
-