net.sourceforge.java.util.io
Class MIMEUtils

java.lang.Object
  extended bynet.sourceforge.java.util.io.MIMEUtils

public class MIMEUtils
extends Object

Defines default mime type constants.

Author:
Sebastian Machhausen

Field Summary
static String[] MEDIA_TYPES
           The defined mime media types
static String TYPE_APPLICATION
           MIME media type for application
static String TYPE_AUDIO
           MIME media type for audio
static String TYPE_IMAGE
           MIME media type for image
static String TYPE_MESSAGE
           MIME media type for message, e.g. message/rfc822
static String TYPE_MODEL
           MIME media type for model
static String TYPE_MULTIPART
           MIME media type for multipart
static String TYPE_TEXT
           MIME media type for text
static String TYPE_TEXT_HTML
           text/html mime type
static String TYPE_VIDEO
           MIME media type for video
 
Constructor Summary
MIMEUtils()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_TEXT

public static final String TYPE_TEXT

MIME media type for text

See Also:
Constant Field Values

TYPE_IMAGE

public static final String TYPE_IMAGE

MIME media type for image

See Also:
Constant Field Values

TYPE_VIDEO

public static final String TYPE_VIDEO

MIME media type for video

See Also:
Constant Field Values

TYPE_AUDIO

public static final String TYPE_AUDIO

MIME media type for audio

See Also:
Constant Field Values

TYPE_APPLICATION

public static final String TYPE_APPLICATION

MIME media type for application

See Also:
Constant Field Values

TYPE_MULTIPART

public static final String TYPE_MULTIPART

MIME media type for multipart

See Also:
Constant Field Values

TYPE_MESSAGE

public static final String TYPE_MESSAGE

MIME media type for message, e.g. message/rfc822

See Also:
Constant Field Values

TYPE_MODEL

public static final String TYPE_MODEL

MIME media type for model

See Also:
Constant Field Values

MEDIA_TYPES

public static final String[] MEDIA_TYPES

The defined mime media types


TYPE_TEXT_HTML

public static final String TYPE_TEXT_HTML

text/html mime type

See Also:
Constant Field Values
Constructor Detail

MIMEUtils

public MIMEUtils()