|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MediaType | |
|---|---|
| org.jboss.portal.common.util | |
| Uses of MediaType in org.jboss.portal.common.util |
|---|
| Fields in org.jboss.portal.common.util declared as MediaType | |
|---|---|
static MediaType |
MediaType.ANY
Deprecated. Mime type 'Any' maps to an accept mime type of '*.*' (used by IE for css, images, etc.) |
static MediaType |
MediaType.CSS
Deprecated. Mime type css |
static MediaType |
MediaType.FORM
Deprecated. Mime type form (application/x-www-form-urlencoded) |
static MediaType |
MediaType.GIF
Deprecated. Mime type gif |
static MediaType |
MediaType.HTML
Deprecated. Mime type html |
static MediaType |
MediaType.ICO
Deprecated. Mime type ico (see http://filext.com/detaillist.php?extdetail=ICO) |
static MediaType |
MediaType.JPEG
Deprecated. Mime type jpeg |
static MediaType |
MediaType.JS
Deprecated. Mime type js |
static MediaType |
MediaType.PNG
Deprecated. Mime type png |
static MediaType |
MediaType.RSS
Deprecated. Mime type rss |
static MediaType |
MediaType.SVG
Deprecated. Mime type svg |
static MediaType |
MediaType.TEXT
Deprecated. Mime type text |
static MediaType |
MediaType.WBMP
Deprecated. Mime type wbmp |
static MediaType |
MediaType.WML
Deprecated. Mime type wml |
static MediaType |
MediaType.XHTML
Deprecated. Mime type xhtml |
static MediaType |
MediaType.XML
Deprecated. Mime type xml |
| Methods in org.jboss.portal.common.util that return MediaType | |
|---|---|
static MediaType |
MediaType.parseMimeType(java.lang.String mimeType)
Deprecated. Get the mime type for the presented string, if the string contains a valid mime type. |
static MediaType |
MediaType.parseMimeTypeByExtension(java.lang.String extension)
Deprecated. Get the mime type for the presented string. |
| Methods in org.jboss.portal.common.util with parameters of type MediaType | |
|---|---|
static java.util.List |
MediaType.getAllowedSubTypes(MediaType mimeType)
Deprecated. Get a list of allowed sub types for the passed mime type. |
boolean |
MediaType.isAllowedSubType(MediaType other)
Deprecated. Return true if the allowed sub types contains the specified media type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||