public final class ResourceType extends Enum
Indicates the type of resource.
Modifier and Type | Field and Description |
---|---|
static ResourceType |
ATTACHMENT
An attachment.
|
static ResourceType |
DOCUMENT
The main HTML or XML document.
|
static ResourceType |
FONT
A font.
|
static ResourceType |
ICC_PROFILE
An ICC profile.
|
static ResourceType |
IFRAME
An iframe.
|
static ResourceType |
IMAGE
An image.
|
static ResourceType |
LICENSEKEY
The license key.
|
static ResourceType |
MERGE_DOCUMENT
A merge document.
|
static ResourceType |
OBJECT
An embedded object.
|
static ResourceType |
RUNNING_DOCUMENT
A running document.
|
static ResourceType |
SCRIPT
A script.
|
static ResourceType |
STYLESHEET
A style sheet.
|
static ResourceType |
UNKNOWN
An unknown resource type.
|
static ResourceType |
XHR
An XMLHttpRequest.
|
Modifier and Type | Method and Description |
---|---|
static ResourceType |
valueOf(String name) |
static ResourceType[] |
values() |
public static final ResourceType UNKNOWN
An unknown resource type.
public static final ResourceType STYLESHEET
A style sheet.
public static final ResourceType SCRIPT
A script.
public static final ResourceType IMAGE
An image.
public static final ResourceType FONT
A font.
public static final ResourceType OBJECT
An embedded object.
public static final ResourceType IFRAME
An iframe.
public static final ResourceType RUNNING_DOCUMENT
A running document.
public static final ResourceType ICC_PROFILE
An ICC profile.
public static final ResourceType MERGE_DOCUMENT
A merge document.
public static final ResourceType ATTACHMENT
An attachment.
public static final ResourceType DOCUMENT
public static final ResourceType XHR
public static final ResourceType LICENSEKEY
The license key.
public static ResourceType[] values()
public static ResourceType valueOf(String name)
This doc was generated on 2023-09-21. Copyright © 2002-2023 RealObjects GmbH. All Rights Reserved.