JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.springframework.boot.web.server.MimeMappings.Mapping
Packages that use
MimeMappings.Mapping
Package
Description
org.springframework.boot.web.server
Support for embedded web servers.
Uses of
MimeMappings.Mapping
in
org.springframework.boot.web.server
Methods in
org.springframework.boot.web.server
that return types with arguments of type
MimeMappings.Mapping
Modifier and Type
Method
Description
Collection
<
MimeMappings.Mapping
>
MimeMappings.
getAll
()
Returns all defined mappings.
Iterator
<
MimeMappings.Mapping
>
MimeMappings.
iterator
()