Uses of Class
org.springframework.boot.context.embedded.MimeMappings

Packages that use MimeMappings
org.springframework.boot.context.embedded Support for embedded servlet containers. 
 

Uses of MimeMappings in org.springframework.boot.context.embedded
 

Fields in org.springframework.boot.context.embedded declared as MimeMappings
static MimeMappings MimeMappings.DEFAULT
          Default mime mapping commonly used.
 

Methods in org.springframework.boot.context.embedded that return MimeMappings
 MimeMappings AbstractEmbeddedServletContainerFactory.getMimeMappings()
          Returns the mime-type mappings.
static MimeMappings MimeMappings.unmodifiableMappings(MimeMappings mappings)
          Create a new unmodifiable view of the specified mapping.
 

Methods in org.springframework.boot.context.embedded with parameters of type MimeMappings
 void AbstractEmbeddedServletContainerFactory.setMimeMappings(MimeMappings mimeMappings)
           
 void ConfigurableEmbeddedServletContainerFactory.setMimeMappings(MimeMappings mimeMappings)
          Sets the mime-type mappings.
static MimeMappings MimeMappings.unmodifiableMappings(MimeMappings mappings)
          Create a new unmodifiable view of the specified mapping.
 

Constructors in org.springframework.boot.context.embedded with parameters of type MimeMappings
MimeMappings(MimeMappings mappings)
          Create a new MimeMappings instance from the specified mappings.
 



Copyright © 2013. All Rights Reserved.