org.jboss.dna.mimetype
Class ApertureMimeTypeDetector

java.lang.Object
  extended by org.jboss.dna.mimetype.ApertureMimeTypeDetector
All Implemented Interfaces:
MimeTypeDetector

public class ApertureMimeTypeDetector
extends Object
implements MimeTypeDetector

Author:
jverhaeg

Constructor Summary
ApertureMimeTypeDetector()
           
 
Method Summary
 String mimeTypeOf(String name, InputStream content)
          Returns the MIME-type of a data source, using its supplied content and/or its supplied name, depending upon the implementation.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApertureMimeTypeDetector

public ApertureMimeTypeDetector()
Method Detail

mimeTypeOf

public String mimeTypeOf(String name,
                         InputStream content)
                  throws IOException
Returns the MIME-type of a data source, using its supplied content and/or its supplied name, depending upon the implementation. If the MIME-type cannot be determined, either a "default" MIME-type or null may be returned, where the former will prevent earlier registered MIME-type detectors from being consulted.

Specified by:
mimeTypeOf in interface MimeTypeDetector
Parameters:
name - The name of the data source; may be null.
content - The content of the data source; may be null.
Returns:
The MIME-type of the data source, or optionally null if the MIME-type could not be determined.
Throws:
IOException
See Also:
MimeTypeDetector.mimeTypeOf(java.lang.String, java.io.InputStream)


Copyright © 2008-Present JBoss a division of Red Hat. All Rights Reserved.