Uses of Class
org.springframework.boot.web.server.MimeMappings
Packages that use MimeMappings
Package
Description
Reactive and servlet web server implementations backed by Tomcat.
Support for embedded web servers.
Classes related to the auto-configuration of a web server.
Servlet web server abstractions.
-
Uses of MimeMappings in org.springframework.boot.tomcat
Methods in org.springframework.boot.tomcat with parameters of type MimeMappingsModifier and TypeMethodDescriptionvoid
TomcatEmbeddedContext.setMimeMappings
(MimeMappings 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.server.autoconfigure
Methods in org.springframework.boot.web.server.autoconfigure that return MimeMappings -
Uses of MimeMappings in org.springframework.boot.web.server.servlet
Methods in org.springframework.boot.web.server.servlet that return MimeMappingsMethods in org.springframework.boot.web.server.servlet with parameters of type MimeMappingsModifier and TypeMethodDescriptiondefault void
ConfigurableServletWebServerFactory.addMimeMappings
(MimeMappings mimeMappings) Adds mime-type mappings.void
ServletWebServerSettings.addMimeMappings
(MimeMappings mimeMappings) default void
ConfigurableServletWebServerFactory.setMimeMappings
(MimeMappings mimeMappings) Sets the mime-type mappings.void
ServletWebServerSettings.setMimeMappings
(MimeMappings mimeMappings)