| Package | Description |
|---|---|
| org.gatein.common.net.media |
| Modifier and Type | Field and Description |
|---|---|
static SubtypeDef |
SubtypeDef.CSS
.
|
static SubtypeDef |
SubtypeDef.FORM_DATA
.
|
static SubtypeDef |
SubtypeDef.HTML
.
|
static SubtypeDef |
SubtypeDef.JAVASCRIPT
.
|
static SubtypeDef |
SubtypeDef.PLAIN
.
|
static SubtypeDef |
SubtypeDef.X_WWW_FORM_URLENCODED
.
|
static SubtypeDef |
SubtypeDef.XML
.
|
| Modifier and Type | Method and Description |
|---|---|
static SubtypeDef |
SubtypeDef.create(String subtypeName)
Returns a corresponding subtype definition for the specified subtype name.
|
SubtypeDef |
MediaType.getSubtype() |
| Modifier and Type | Method and Description |
|---|---|
static MediaType |
MediaType.create(TypeDef type,
SubtypeDef subtype)
Create a media type object using the provided type and subtype objects.
|
Copyright © 2025 JBoss by Red Hat. All Rights Reserved.