Class FrameAncestorsDirective
java.lang.Object
org.htmlunit.csp.Directive
org.htmlunit.csp.directive.HostSourceDirective
org.htmlunit.csp.directive.FrameAncestorsDirective
-
Nested Class Summary
Nested classes/interfaces inherited from class Directive
Directive.DirectiveErrorConsumer -
Field Summary
Fields inherited from class Directive
containsNonDirectiveCharacter, IS_DIRECTIVE_NAME -
Constructor Summary
ConstructorsConstructorDescriptionFrameAncestorsDirective(List<String> values, Directive.DirectiveErrorConsumer errors) -
Method Summary
Methods inherited from class HostSourceDirective
addHostOrSchemeDuringConstruction, addValue, getHosts, getNone, getSchemes, removeValueIgnoreCase, self, star
-
Constructor Details
-
FrameAncestorsDirective
-