org.apache.cocoon.util
Class MIMEUtils

java.lang.Object
  |
  +--org.apache.cocoon.util.MIMEUtils

public class MIMEUtils
extends java.lang.Object

A collection of File, URL and filename utility methods

Version:
CVS $Id: MIMEUtils.java,v 1.4.2.1 2002/08/03 02:12:15 vgritsenko Exp $
Author:
Stefano Mazzocchi

Constructor Summary
MIMEUtils()
           
 
Method Summary
static java.lang.String getDefaultExtension(java.lang.String type)
           
static java.lang.String getMIMEType(java.lang.String ext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MIMEUtils

public MIMEUtils()
Method Detail

getMIMEType

public static java.lang.String getMIMEType(java.lang.String ext)

getDefaultExtension

public static java.lang.String getDefaultExtension(java.lang.String type)


Copyright � 1999-2002 Apache Software Foundation. All Rights Reserved.