Expresso 5-6

com.jcorporate.expresso.services.dbobj
Class DefaultMimetypes

java.lang.Object
  extended bycom.jcorporate.expresso.services.dbobj.DefaultMimetypes

public class DefaultMimetypes
extends Object

Static object table that allows allocation and discarding the MimeTypes[] static string array.

Version:
$Revision: 1.5 $ on $Date: 2004/11/17 20:48:18 $
Author:
Michael Rimov

Field Summary
 String[][] mimeTypes
          This is the list of mime types that are entered into the MimeType table by default.
 
Constructor Summary
DefaultMimetypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mimeTypes

public final String[][] mimeTypes
This is the list of mime types that are entered into the MimeType table by default. If you want all applications to automatically have this MIME type, simply add to the string array.

Array fields:

This list is based upon various sources over the internet. But the registered types can be found at: ftp://ftp.isi.edu/in-notes/iana/assignments/media-types/

Constructor Detail

DefaultMimetypes

public DefaultMimetypes()

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.