Uses of Class
org.springframework.boot.web.server.MimeMappings
Package
Description
Support for embedded web servers.
Servlet web server abstractions.
-
Uses of MimeMappings in org.springframework.boot.web.server
Modifier and TypeFieldDescriptionstatic final MimeMappings
MimeMappings.DEFAULT
Default mime mapping commonly used.Modifier and TypeMethodDescriptionstatic MimeMappings
MimeMappings.lazyCopy
(MimeMappings mappings) Create a new lazy copy of the given mappings that will only copy entries if the mappings are mutated.static MimeMappings
MimeMappings.unmodifiableMappings
(MimeMappings mappings) Create a new unmodifiable view of the specified mapping.Modifier and TypeMethodDescriptionstatic MimeMappings
MimeMappings.lazyCopy
(MimeMappings mappings) Create a new lazy copy of the given mappings that will only copy entries if the mappings are mutated.static MimeMappings
MimeMappings.unmodifiableMappings
(MimeMappings mappings) Create a new unmodifiable view of the specified mapping.ModifierConstructorDescriptionMimeMappings
(MimeMappings mappings) Create a newMimeMappings
instance from the specified mappings. -
Uses of MimeMappings in org.springframework.boot.web.servlet.server
Modifier and TypeMethodDescriptionAbstractServletWebServerFactory.getMimeMappings()
Returns the mime-type mappings.Modifier and TypeMethodDescriptionvoid
AbstractServletWebServerFactory.setMimeMappings
(MimeMappings mimeMappings) void
ConfigurableServletWebServerFactory.setMimeMappings
(MimeMappings mimeMappings) Sets the mime-type mappings.