Java org.springframework.mail.javamail ConfigurableMimeFileTypeMap fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.mail.javamail ConfigurableMimeFileTypeMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.mail.javamail ConfigurableMimeFileTypeMap.

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
Creates the final merged mapping set.
StringgetContentType(File file)
Delegates to the underlying FileTypeMap.
StringgetContentType(String fileName)
Delegates to the underlying FileTypeMap.
voidsetMappings(String... mappings)
Specify additional MIME type mappings as lines that follow the mime.types file format, as specified by the Java Activation Framework.