Package org.htmlunit.html
Enum Class FrameWindow.PageDenied
- All Implemented Interfaces:
Serializable
,Comparable<FrameWindow.PageDenied>
,Constable
- Enclosing class:
FrameWindow
The different deny states.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBY_CONTENT_SECURIRY_POLICY.BY_X_FRAME_OPTIONS.NONE. -
Method Summary
Modifier and TypeMethodDescriptionstatic FrameWindow.PageDenied
Returns the enum constant of this class with the specified name.static FrameWindow.PageDenied[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
NONE. -
BY_X_FRAME_OPTIONS
BY_X_FRAME_OPTIONS. -
BY_CONTENT_SECURIRY_POLICY
BY_CONTENT_SECURIRY_POLICY.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-