com.jcorporate.expresso.services.dbobj
Class DefaultMimetypes
java.lang.Object
com.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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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:
- Field 1 : The Browser MIME Type
- Field 2: A Friendly Description of the MIME Type. May be blank
- Field 3: The name of an icon that is used to represent the file type. If
left blank, then Document.gif will be automatically used.
- Field 4: A space separated list of potential file endings (in lower case)
so the framework can map the appropriate file names to the file type
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/
DefaultMimetypes
public DefaultMimetypes()
Please see www.jcorporate.com for information about new Expresso releases.