atg.servlet
Interface MimeTyper


public interface MimeTyper

Objects implementing this interface know how to obtain the MIME type of a file name.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Method Summary
 java.lang.String getMimeType(java.lang.String pFileName)
          Returns the MIME type for the specified file name, or null if the MIME type cannot be determined.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Method Detail

getMimeType

java.lang.String getMimeType(java.lang.String pFileName)
Returns the MIME type for the specified file name, or null if the MIME type cannot be determined.