public enum MixedContentResourceType extends Enum<MixedContentResourceType>
| Enum Constant and Description |
|---|
AUDIO |
BEACON |
CSP_REPORT |
DOWNLOAD |
EVENT_SOURCE |
FAVICON |
FONT |
FORM |
FRAME |
IMAGE |
IMPORT |
MANIFEST |
PING |
PLUGIN_DATA |
PLUGIN_RESOURCE |
PREFETCH |
RESOURCE |
SCRIPT |
SERVICE_WORKER |
SHARED_WORKER |
STYLESHEET |
TRACK |
VIDEO |
WORKER |
XML_HTTP_REQUEST |
XSLT |
| Modifier and Type | Method and Description |
|---|---|
static MixedContentResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MixedContentResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MixedContentResourceType AUDIO
public static final MixedContentResourceType BEACON
public static final MixedContentResourceType CSP_REPORT
public static final MixedContentResourceType DOWNLOAD
public static final MixedContentResourceType EVENT_SOURCE
public static final MixedContentResourceType FAVICON
public static final MixedContentResourceType FONT
public static final MixedContentResourceType FORM
public static final MixedContentResourceType FRAME
public static final MixedContentResourceType IMAGE
public static final MixedContentResourceType IMPORT
public static final MixedContentResourceType MANIFEST
public static final MixedContentResourceType PING
public static final MixedContentResourceType PLUGIN_DATA
public static final MixedContentResourceType PLUGIN_RESOURCE
public static final MixedContentResourceType PREFETCH
public static final MixedContentResourceType RESOURCE
public static final MixedContentResourceType SCRIPT
public static final MixedContentResourceType SERVICE_WORKER
public static final MixedContentResourceType SHARED_WORKER
public static final MixedContentResourceType STYLESHEET
public static final MixedContentResourceType TRACK
public static final MixedContentResourceType VIDEO
public static final MixedContentResourceType WORKER
public static final MixedContentResourceType XML_HTTP_REQUEST
public static final MixedContentResourceType XSLT
public static MixedContentResourceType[] values()
for (MixedContentResourceType c : MixedContentResourceType.values()) System.out.println(c);
public static MixedContentResourceType 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 © 2021 Kenan Klisura. All rights reserved.