Package org.htmlunit.csp.directive
Class SandboxDirective
java.lang.Object
org.htmlunit.csp.Directive
org.htmlunit.csp.directive.SandboxDirective
-
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
ConstructorsConstructorDescriptionSandboxDirective(List<String> values, Directive.DirectiveErrorConsumer errors) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanMethods inherited from class org.htmlunit.csp.Directive
addValue, getValues, removeValueIgnoreCase
-
Constructor Details
-
SandboxDirective
-
-
Method Details
-
allowDownloads
public boolean allowDownloads() -
allowForms
public boolean allowForms() -
allowModals
public boolean allowModals() -
allowOrientationLock
public boolean allowOrientationLock() -
allowPointerLock
public boolean allowPointerLock() -
allowPopups
public boolean allowPopups() -
allowPopupsToEscapeSandbox
public boolean allowPopupsToEscapeSandbox() -
allowPresentation
public boolean allowPresentation() -
allowSameOrigin
public boolean allowSameOrigin() -
allowScripts
public boolean allowScripts() -
allowStorageAccessByUserActivation
public boolean allowStorageAccessByUserActivation()
-