public static enum FrameWindow.PageDenied extends Enum<FrameWindow.PageDenied>
Enum Constant and Description |
---|
BY_CONTENT_SECURIRY_POLICY
BY_CONTENT_SECURIRY_POLICY.
|
BY_X_FRAME_OPTIONS
BY_X_FRAME_OPTIONS.
|
NONE
NONE.
|
Modifier and Type | Method and Description |
---|---|
static FrameWindow.PageDenied |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameWindow.PageDenied[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrameWindow.PageDenied NONE
public static final FrameWindow.PageDenied BY_X_FRAME_OPTIONS
public static final FrameWindow.PageDenied BY_CONTENT_SECURIRY_POLICY
public static FrameWindow.PageDenied[] values()
for (FrameWindow.PageDenied c : FrameWindow.PageDenied.values()) System.out.println(c);
public static FrameWindow.PageDenied valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.