org.apache.felix.http.base.internal.util
Class MimeTypes

java.lang.Object
  extended by org.apache.felix.http.base.internal.util.MimeTypes

public final class MimeTypes
extends Object


Method Summary
static MimeTypes get()
           
 String getByExtension(String ext)
           
 String getByFile(String file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getByFile

public String getByFile(String file)

getByExtension

public String getByExtension(String ext)

get

public static MimeTypes get()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.