Package | Description |
---|---|
org.springframework.boot.context.embedded |
Specialized
ApplicationContext that supports
embedded servlet containers. |
Modifier and Type | Field and Description |
---|---|
static MimeMappings |
MimeMappings.DEFAULT
Default mime mapping commonly used.
|
Modifier and Type | Method and Description |
---|---|
MimeMappings |
AbstractConfigurableEmbeddedServletContainer.getMimeMappings()
Returns the mime-type mappings.
|
static MimeMappings |
MimeMappings.unmodifiableMappings(MimeMappings mappings)
Create a new unmodifiable view of the specified mapping.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableEmbeddedServletContainer.setMimeMappings(MimeMappings mimeMappings)
Sets the mime-type mappings.
|
void |
AbstractConfigurableEmbeddedServletContainer.setMimeMappings(MimeMappings mimeMappings) |
static MimeMappings |
MimeMappings.unmodifiableMappings(MimeMappings mappings)
Create a new unmodifiable view of the specified mapping.
|
Constructor and Description |
---|
MimeMappings(MimeMappings mappings)
Create a new
MimeMappings instance from the specified mappings. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.