Uses of Interface
org.springframework.boot.web.server.servlet.ServletContextInitializer
Packages that use ServletContextInitializer
Package
Description
Web support for actuator endpoints.
Servlet web server implementation backed by Jetty.
Reactive and servlet web server implementations backed by Tomcat.
Servlet web server implementation backed by Tomcat.
Servlet web server implementation backed by Undertow.
Servlet web server abstractions.
Classes and utilities designed to work with the
jakarta.servlet
specification.Servlet based web integrations with Spring's
WebApplicationContext
.Auto-configuration for Spring MVC.
-
Uses of ServletContextInitializer in org.springframework.boot.actuate.endpoint.web
Classes in org.springframework.boot.actuate.endpoint.web that implement ServletContextInitializerModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ServletContextInitializer in org.springframework.boot.jetty.servlet
Methods in org.springframework.boot.jetty.servlet with parameters of type ServletContextInitializerModifier and TypeMethodDescriptionprotected final void
JettyServletWebServerFactory.configureWebAppContext
(org.eclipse.jetty.ee10.webapp.WebAppContext context, ServletContextInitializer... initializers) Configure the given JettyWebAppContext
for use.JettyServletWebServerFactory.getWebServer
(ServletContextInitializer... initializers) -
Uses of ServletContextInitializer in org.springframework.boot.tomcat
Constructor parameters in org.springframework.boot.tomcat with type arguments of type ServletContextInitializer -
Uses of ServletContextInitializer in org.springframework.boot.tomcat.servlet
Methods in org.springframework.boot.tomcat.servlet with parameters of type ServletContextInitializerModifier and TypeMethodDescriptionTomcatServletWebServerFactory.getWebServer
(ServletContextInitializer... initializers) protected void
TomcatServletWebServerFactory.prepareContext
(Host host, ServletContextInitializer[] initializers) Method parameters in org.springframework.boot.tomcat.servlet with type arguments of type ServletContextInitializerModifier and TypeMethodDescriptionprotected void
TomcatServletWebServerFactory.configureContext
(Context context, Iterable<ServletContextInitializer> initializers) Configure the TomcatContext
. -
Uses of ServletContextInitializer in org.springframework.boot.undertow.servlet
Methods in org.springframework.boot.undertow.servlet with parameters of type ServletContextInitializerModifier and TypeMethodDescriptionUndertowServletWebServerFactory.getWebServer
(ServletContextInitializer... initializers) -
Uses of ServletContextInitializer in org.springframework.boot.web.server.servlet
Classes in org.springframework.boot.web.server.servlet that implement interfaces with type arguments of type ServletContextInitializerModifier and TypeClassDescriptionfinal class
TheServletContextInitializers
to apply to a servletWebServer
.Methods in org.springframework.boot.web.server.servlet that return types with arguments of type ServletContextInitializerModifier and TypeMethodDescriptionList
<? extends ServletContextInitializer> ServletWebServerSettings.getInitializers()
ServletContextInitializers.iterator()
Methods in org.springframework.boot.web.server.servlet with parameters of type ServletContextInitializerModifier and TypeMethodDescriptiondefault void
ConfigurableServletWebServerFactory.addInitializers
(ServletContextInitializer... initializers) AddServletContextInitializer
s to those that should be applied in addition toServletWebServerFactory.getWebServer(ServletContextInitializer...)
parameters.void
ServletWebServerSettings.addInitializers
(ServletContextInitializer... initializers) static ServletContextInitializers
ServletContextInitializers.from
(ServletWebServerSettings settings, ServletContextInitializer... initializers) Creates a new instance from the givensettings
andinitializers
.ServletWebServerFactory.getWebServer
(ServletContextInitializer... initializers) Gets a new fully configured but pausedWebServer
instance.Method parameters in org.springframework.boot.web.server.servlet with type arguments of type ServletContextInitializerModifier and TypeMethodDescriptiondefault void
ConfigurableServletWebServerFactory.setInitializers
(List<? extends ServletContextInitializer> initializers) SetsServletContextInitializer
that should be applied in addition toServletWebServerFactory.getWebServer(ServletContextInitializer...)
parameters.void
ServletWebServerSettings.setInitializers
(List<? extends ServletContextInitializer> initializers) -
Uses of ServletContextInitializer in org.springframework.boot.web.servlet
Classes in org.springframework.boot.web.servlet that implement ServletContextInitializerModifier and TypeClassDescriptionclass
AbstractFilterRegistrationBean<T extends Filter>
Abstract baseServletContextInitializer
to registerFilter
s in a Servlet 3.0+ container.class
AServletContextInitializer
to registerDelegatingFilterProxy
s in a Servlet 3.0+ container.class
DynamicRegistrationBean<D extends Registration.Dynamic>
Base class for Servlet 3.0+dynamic
based registration beans.class
FilterRegistrationBean<T extends Filter>
AServletContextInitializer
to registerFilter
s in a Servlet 3.0+ container.class
Base class for Servlet 3.0+ based registration beans.class
ServletListenerRegistrationBean<T extends EventListener>
AServletContextInitializer
to registerEventListener
s in a Servlet 3.0+ container.class
ServletRegistrationBean<T extends Servlet>
AServletContextInitializer
to registerServlet
s in a Servlet 3.0+ container.Subclasses with type arguments of type ServletContextInitializer in org.springframework.boot.web.servletModifier and TypeClassDescriptionclass
A collectionServletContextInitializer
s obtained from aListableBeanFactory
.Methods in org.springframework.boot.web.servlet that return types with arguments of type ServletContextInitializer -
Uses of ServletContextInitializer in org.springframework.boot.web.servlet.context
Methods in org.springframework.boot.web.servlet.context that return types with arguments of type ServletContextInitializerModifier and TypeMethodDescriptionprotected Collection
<ServletContextInitializer> ServletWebServerApplicationContext.getServletContextInitializerBeans()
ReturnsServletContextInitializer
s that should be used with the embedded web server. -
Uses of ServletContextInitializer in org.springframework.boot.webmvc.autoconfigure
Classes in org.springframework.boot.webmvc.autoconfigure that implement ServletContextInitializerModifier and TypeClassDescriptionclass
ServletRegistrationBean
for the auto-configuredDispatcherServlet
.
@Endpoint
and@WebEndpoint
support