|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MediaType | |
|---|---|
| org.jboss.portal.common.net.media | |
| org.jboss.portal.common.util | |
| Uses of MediaType in org.jboss.portal.common.net.media |
|---|
| Fields in org.jboss.portal.common.net.media declared as MediaType | |
|---|---|
static MediaType |
MediaType.APPLICATION_X_WWW_FORM_URLENCODED
. |
static MediaType |
MediaType.MULTIPART_FORM_DATA_MEDIA_TYPE
. |
static MediaType |
MediaType.TEXT_CSS
. |
static MediaType |
MediaType.TEXT_HTML
. |
static MediaType |
MediaType.TEXT_JAVASCRIPT
. |
| Methods in org.jboss.portal.common.net.media that return MediaType | |
|---|---|
static MediaType |
MediaType.create(java.lang.String mediaTypeName)
Create a media type object by parsing a media type name. |
static MediaType |
MediaType.create(java.lang.String typeName,
java.lang.String subtypeName)
Create a media type object by using the provided type name and subtype name. |
static MediaType |
MediaType.create(TypeDef type,
SubtypeDef subtype)
Create a media type object using the provided type and subtype objects. |
MediaType |
ContentType.getMediaType()
|
| Methods in org.jboss.portal.common.net.media that return types with arguments of type MediaType | |
|---|---|
java.util.Set<MediaType> |
MediaTypeMapImpl.getMediaTypes()
|
java.util.Set<MediaType> |
MediaTypeMap.getMediaTypes()
Returns the set of declared media types. |
| Methods in org.jboss.portal.common.net.media with parameters of type MediaType | |
|---|---|
boolean |
MediaTypeMapImpl.contains(MediaType mediaType)
|
boolean |
MediaTypeMap.contains(MediaType mediaType)
Returns true if the map declares the specified media type. |
boolean |
MediaTypeMapImpl.contains(MediaType mediaType,
V value)
|
boolean |
MediaTypeMap.contains(MediaType mediaType,
V value)
Returns true if the map declares the specified media type with a specified value. |
java.util.Set<V> |
MediaTypeMapImpl.get(MediaType mediaType)
|
java.util.Set<V> |
MediaTypeMap.get(MediaType mediaType)
Returns the set of values declared for a given media type. |
boolean |
MediaTypeMapImpl.isSupported(MediaType mediaType)
|
boolean |
MediaTypeMap.isSupported(MediaType mediaType)
Returns true if the map supports the specified media type. |
boolean |
MediaTypeMapImpl.isSupported(MediaType mediaType,
V value)
|
boolean |
MediaTypeMap.isSupported(MediaType mediaType,
V value)
Returns true if the map supports the specified media type with a specified value. |
void |
MediaTypeMapImpl.put(MediaType mediaType,
V value)
Adds a value to the map. |
java.util.Set<V> |
MediaTypeMapImpl.resolve(MediaType mediaType)
|
java.util.Set<V> |
MediaTypeMap.resolve(MediaType mediaType)
Returns the set of values supported for a given media type. |
| Constructors in org.jboss.portal.common.net.media with parameters of type MediaType | |
|---|---|
ContentType(MediaType mediaType)
|
|
ContentType(MediaType mediaType,
java.util.List<Parameter> parameters)
|
|
| Uses of MediaType in org.jboss.portal.common.util |
|---|
| Methods in org.jboss.portal.common.util that return MediaType | |
|---|---|
MediaType |
ContentInfo.getMediaType()
|
| Constructors in org.jboss.portal.common.util with parameters of type MediaType | |
|---|---|
ContentInfo(MediaType mediaType)
|
|
MarkupInfo(MediaType mediaType,
java.lang.String charset)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||