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 TypeMethodDescriptionvoidTomcatEmbeddedContext.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 MimeMappingsMimeMappings.DEFAULTDefault mime mapping commonly used.Methods in org.springframework.boot.web.server that return MimeMappingsModifier and TypeMethodDescriptionstatic MimeMappingsMimeMappings.lazyCopy(MimeMappings mappings) Create a new lazy copy of the given mappings that will only copy entries if the mappings are mutated.static MimeMappingsMimeMappings.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 MimeMappingsMimeMappings.lazyCopy(MimeMappings mappings) Create a new lazy copy of the given mappings that will only copy entries if the mappings are mutated.static MimeMappingsMimeMappings.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 newMimeMappingsinstance 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 voidConfigurableServletWebServerFactory.addMimeMappings(MimeMappings mimeMappings) Adds mime-type mappings.voidServletWebServerSettings.addMimeMappings(MimeMappings mimeMappings) default voidConfigurableServletWebServerFactory.setMimeMappings(MimeMappings mimeMappings) Sets the mime-type mappings.voidServletWebServerSettings.setMimeMappings(MimeMappings mimeMappings)