public static enum DirectiveNameToken.DirectiveNameSubtype extends Enum<DirectiveNameToken.DirectiveNameSubtype>
| Modifier and Type | Method and Description |
|---|---|
static DirectiveNameToken.DirectiveNameSubtype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirectiveNameToken.DirectiveNameSubtype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DirectiveNameToken.DirectiveNameSubtype BaseUri
public static final DirectiveNameToken.DirectiveNameSubtype BlockAllMixedContent
public static final DirectiveNameToken.DirectiveNameSubtype ChildSrc
public static final DirectiveNameToken.DirectiveNameSubtype ConnectSrc
public static final DirectiveNameToken.DirectiveNameSubtype DefaultSrc
public static final DirectiveNameToken.DirectiveNameSubtype FontSrc
public static final DirectiveNameToken.DirectiveNameSubtype FormAction
public static final DirectiveNameToken.DirectiveNameSubtype FrameAncestors
public static final DirectiveNameToken.DirectiveNameSubtype FrameSrc
public static final DirectiveNameToken.DirectiveNameSubtype ImgSrc
public static final DirectiveNameToken.DirectiveNameSubtype ManifestSrc
public static final DirectiveNameToken.DirectiveNameSubtype MediaSrc
public static final DirectiveNameToken.DirectiveNameSubtype NavigateTo
public static final DirectiveNameToken.DirectiveNameSubtype ObjectSrc
public static final DirectiveNameToken.DirectiveNameSubtype PluginTypes
public static final DirectiveNameToken.DirectiveNameSubtype PrefetchSrc
public static final DirectiveNameToken.DirectiveNameSubtype Referrer
public static final DirectiveNameToken.DirectiveNameSubtype ReportTo
public static final DirectiveNameToken.DirectiveNameSubtype ReportUri
public static final DirectiveNameToken.DirectiveNameSubtype RequireSriFor
public static final DirectiveNameToken.DirectiveNameSubtype Sandbox
public static final DirectiveNameToken.DirectiveNameSubtype ScriptSrc
public static final DirectiveNameToken.DirectiveNameSubtype ScriptSrcElem
public static final DirectiveNameToken.DirectiveNameSubtype ScriptSrcAttr
public static final DirectiveNameToken.DirectiveNameSubtype StyleSrc
public static final DirectiveNameToken.DirectiveNameSubtype StyleSrcElem
public static final DirectiveNameToken.DirectiveNameSubtype StyleSrcAttr
public static final DirectiveNameToken.DirectiveNameSubtype WorkerSrc
public static final DirectiveNameToken.DirectiveNameSubtype UpgradeInsecureRequests
public static final DirectiveNameToken.DirectiveNameSubtype Allow
public static final DirectiveNameToken.DirectiveNameSubtype Options
public static final DirectiveNameToken.DirectiveNameSubtype Unrecognised
public static DirectiveNameToken.DirectiveNameSubtype[] values()
for (DirectiveNameToken.DirectiveNameSubtype c : DirectiveNameToken.DirectiveNameSubtype.values()) System.out.println(c);
public static DirectiveNameToken.DirectiveNameSubtype 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 © 2019. All rights reserved.