© 2005 BEA Systems, Inc.

com.bea.p13n.content
Class MimeTypeHelper

java.lang.Object
  extended bycom.bea.p13n.content.MimeTypeHelper

Deprecated. moved to com.bea.p13n.util.MimeTypeHelper

public class MimeTypeHelper
extends Object

See Also:
MimeTypeHelper

Nested Class Summary
static class MimeTypeHelper.ContentType
          Deprecated. moved to com.bea.p13n.util.MimeTypeHelper.ContentType
 
Constructor Summary
MimeTypeHelper()
          Deprecated.  
 
Method Summary
static List getExtensions(String mimeType)
          Deprecated. moved to com.bea.p13n.util.MimeTypeHelper
static String getFileExtension(String path)
          Deprecated. moved to com.bea.p13n.util.MimeTypeHelper
static String getMajor(String mimeType)
          Deprecated. moved to com.bea.p13n.util.MimeTypeHelper
static String getMimeType(File file)
          Deprecated. moved to com.bea.p13n.util.MimeTypeHelper
static String getMimeType(String ext)
          Deprecated. moved to com.bea.p13n.util.MimeTypeHelper
static String getMimeTypeFromPath(String path)
          Deprecated. moved to com.bea.p13n.util.MimeTypeHelper
static String getMinor(String mimeType)
          Deprecated. moved to com.bea.p13n.util.MimeTypeHelper
static MimeTypeHelper.ContentType parseContentType(String str)
          Deprecated. moved to com.bea.p13n.util.MimeTypeHelper
static List split(String str, String seps)
          Deprecated. moved to com.bea.p13n.util.MimeTypeHelper
static void splitInto(String str, String seps, List l)
          Deprecated. moved to com.bea.p13n.util.MimeTypeHelper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MimeTypeHelper

public MimeTypeHelper()
Deprecated. 
Method Detail

getExtensions

public static List getExtensions(String mimeType)
Deprecated. moved to com.bea.p13n.util.MimeTypeHelper

See Also:
MimeTypeHelper

getFileExtension

public static String getFileExtension(String path)
Deprecated. moved to com.bea.p13n.util.MimeTypeHelper

See Also:
MimeTypeHelper

getMajor

public static String getMajor(String mimeType)
Deprecated. moved to com.bea.p13n.util.MimeTypeHelper

See Also:
MimeTypeHelper

getMimeType

public static String getMimeType(File file)
Deprecated. moved to com.bea.p13n.util.MimeTypeHelper

See Also:
MimeTypeHelper

getMimeType

public static String getMimeType(String ext)
Deprecated. moved to com.bea.p13n.util.MimeTypeHelper

See Also:
MimeTypeHelper

getMimeTypeFromPath

public static String getMimeTypeFromPath(String path)
Deprecated. moved to com.bea.p13n.util.MimeTypeHelper

See Also:
MimeTypeHelper

getMinor

public static String getMinor(String mimeType)
Deprecated. moved to com.bea.p13n.util.MimeTypeHelper

See Also:
MimeTypeHelper

parseContentType

public static MimeTypeHelper.ContentType parseContentType(String str)
Deprecated. moved to com.bea.p13n.util.MimeTypeHelper

See Also:
MimeTypeHelper

split

public static List split(String str,
                         String seps)
Deprecated. moved to com.bea.p13n.util.MimeTypeHelper

See Also:
MimeTypeHelper

splitInto

public static void splitInto(String str,
                             String seps,
                             List l)
Deprecated. moved to com.bea.p13n.util.MimeTypeHelper

See Also:
MimeTypeHelper

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved