Package | Description |
---|---|
org.springframework.boot.web.embedded.jetty |
Embedded reactive and servlet web server implementations backed by Jetty.
|
org.springframework.boot.web.embedded.tomcat |
Embedded reactive and servlet web server implementations backed by Tomcat.
|
org.springframework.boot.web.embedded.undertow |
Embedded reactive and servlet web server implementations backed by Undertow.
|
org.springframework.boot.web.servlet |
Classes and utilities designed to work with the `javax.servlet` specification.
|
org.springframework.boot.web.servlet.context |
Servlet based web integrations with Spring's
WebApplicationContext . |
org.springframework.boot.web.servlet.server |
Servlet web server abstractions.
|
Class and Description |
---|
ServletContextInitializer
Interface used to configure a Servlet 3.0+
context
programmatically. |
Class and Description |
---|
ServletContextInitializer
Interface used to configure a Servlet 3.0+
context
programmatically. |
Class and Description |
---|
ServletContextInitializer
Interface used to configure a Servlet 3.0+
context
programmatically. |
Class and Description |
---|
AbstractFilterRegistrationBean
Abstract base
ServletContextInitializer to register Filter s in a
Servlet 3.0+ container. |
DispatcherType
Enumeration of filter dispatcher types, identical to
DispatcherType and used in configuration as the servlet API may
not be present. |
DynamicRegistrationBean
Base class for Servlet 3.0+
dynamic based
registration beans. |
RegistrationBean
Base class for Servlet 3.0+ based registration beans.
|
ServletContextInitializer
Interface used to configure a Servlet 3.0+
context
programmatically. |
ServletContextInitializerBeans.RegistrationBeanAdapter
Adapter to convert a given Bean type into a
RegistrationBean (and hence a
ServletContextInitializer ). |
ServletRegistrationBean
A
ServletContextInitializer to register Servlet s in a Servlet 3.0+
container. |
Class and Description |
---|
ServletContextInitializer
Interface used to configure a Servlet 3.0+
context
programmatically. |
Class and Description |
---|
ServletContextInitializer
Interface used to configure a Servlet 3.0+
context
programmatically. |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.