Uses of Class
org.springframework.boot.web.server.MimeMappings
Packages that use MimeMappings
Package
Description
Auto-configuration for common web concerns.
Support for embedded web servers.
Servlet web server abstractions.
-
Uses of MimeMappings in org.springframework.boot.autoconfigure.web
Methods in org.springframework.boot.autoconfigure.web that return MimeMappings -
Uses of MimeMappings in org.springframework.boot.web.server
Fields in org.springframework.boot.web.server declared as MimeMappingsModifier and TypeFieldDescriptionstatic final MimeMappings
MimeMappings.DEFAULT
Default mime mapping commonly used.Methods in org.springframework.boot.web.server that return MimeMappingsModifier 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.Methods in org.springframework.boot.web.server with parameters of type MimeMappingsModifier 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.Constructors in org.springframework.boot.web.server with parameters of type MimeMappingsModifierConstructorDescriptionMimeMappings
(MimeMappings mappings) Create a newMimeMappings
instance from the specified mappings. -
Uses of MimeMappings in org.springframework.boot.web.servlet.server
Methods in org.springframework.boot.web.servlet.server that return MimeMappingsModifier and TypeMethodDescriptionAbstractServletWebServerFactory.getMimeMappings()
Returns the mime-type mappings.Methods in org.springframework.boot.web.servlet.server with parameters of type MimeMappingsModifier and TypeMethodDescriptionvoid
AbstractServletWebServerFactory.addMimeMappings
(MimeMappings mimeMappings) void
ConfigurableServletWebServerFactory.addMimeMappings
(MimeMappings mimeMappings) Adds mime-type mappings.void
AbstractServletWebServerFactory.setMimeMappings
(MimeMappings mimeMappings) void
ConfigurableServletWebServerFactory.setMimeMappings
(MimeMappings mimeMappings) Sets the mime-type mappings.