Package | Description |
---|---|
org.springframework.boot.context.embedded |
Support for 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.context.web |
Spring
ApplicationContext support relating to web
deployment. |
Modifier and Type | Class and Description |
---|---|
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 | Class and Description |
---|---|
class |
ErrorPageFilter
A special
AbstractConfigurableEmbeddedServletContainer for non-embedded
applications (i.e. |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.