Package | Description |
---|---|
org.springframework.boot.context.embedded |
Specialized
ApplicationContext that supports
embedded servlet containers. |
org.springframework.boot.context.embedded.jetty |
Support for Jetty
EmbeddedServletContainers . |
org.springframework.boot.context.embedded.tomcat |
Support for Tomcat
EmbeddedServletContainers . |
org.springframework.boot.context.embedded.undertow |
Support for Undertow
EmbeddedServletContainers . |
org.springframework.boot.web.servlet |
Classes and utilities designed to work with the `javax.servlet` specification.
|
org.springframework.boot.web.support |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurableEmbeddedServletContainer
Simple interface that represents customizations to an
EmbeddedServletContainerFactory . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConfigurableEmbeddedServletContainer
Abstract base class for
ConfigurableEmbeddedServletContainer implementations. |
class |
AbstractEmbeddedServletContainerFactory
Abstract base class for
EmbeddedServletContainerFactory implementations. |
Modifier and Type | Class and Description |
---|---|
class |
JettyEmbeddedServletContainerFactory
EmbeddedServletContainerFactory that can be used to create
JettyEmbeddedServletContainer s. |
Modifier and Type | Class and Description |
---|---|
class |
TomcatEmbeddedServletContainerFactory
EmbeddedServletContainerFactory that can be used to create
TomcatEmbeddedServletContainer s. |
Modifier and Type | Class and Description |
---|---|
class |
UndertowEmbeddedServletContainerFactory
EmbeddedServletContainerFactory that can be used to create
UndertowEmbeddedServletContainer s. |
Modifier and Type | Method and Description |
---|---|
void |
ErrorPageRegistrar.registerErrorPages(ErrorPageRegistry registry)
Register pages as required with the given registry.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorPageFilter
A Servlet
Filter that provides an ErrorPageRegistry for non-embedded
applications (i.e. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.