Package org.htmlunit.csp.directive
Class FrameAncestorsDirective
- java.lang.Object
-
- org.htmlunit.csp.Directive
-
- org.htmlunit.csp.directive.HostSourceDirective
-
- org.htmlunit.csp.directive.FrameAncestorsDirective
-
public class FrameAncestorsDirective 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 FrameAncestorsDirective(java.util.List<java.lang.String> values, Directive.DirectiveErrorConsumer errors)
-
Method Summary
-
Methods inherited from class org.htmlunit.csp.directive.HostSourceDirective
addHostOrSchemeDuringConstruction, addValue, getHosts, getNone, getSchemes, removeValueIgnoreCase, self, star
-
-
-
-
Constructor Detail
-
FrameAncestorsDirective
public FrameAncestorsDirective(java.util.List<java.lang.String> values, Directive.DirectiveErrorConsumer errors)
-
-