Uses of Class
org.springframework.boot.web.server.servlet.ServletContextInitializers
Packages that use ServletContextInitializers
Package
Description
Servlet web server abstractions.
Servlet web server implementation backed by Jetty.
-
Uses of ServletContextInitializers in org.springframework.boot.web.server.servlet
Methods in org.springframework.boot.web.server.servlet that return ServletContextInitializersModifier and TypeMethodDescriptionstatic ServletContextInitializers
ServletContextInitializers.from
(ServletWebServerSettings settings, ServletContextInitializer... initializers) Creates a new instance from the givensettings
andinitializers
. -
Uses of ServletContextInitializers in org.springframework.boot.web.server.servlet.jetty
Methods in org.springframework.boot.web.server.servlet.jetty with parameters of type ServletContextInitializersModifier and TypeMethodDescriptionprotected org.eclipse.jetty.ee10.webapp.Configuration
JettyServletWebServerFactory.getServletContextInitializerConfiguration
(org.eclipse.jetty.ee10.webapp.WebAppContext webAppContext, ServletContextInitializers initializers) Return a JettyConfiguration
that will invoke the specifiedServletContextInitializer
s.protected org.eclipse.jetty.ee10.webapp.Configuration[]
JettyServletWebServerFactory.getWebAppContextConfigurations
(org.eclipse.jetty.ee10.webapp.WebAppContext webAppContext, ServletContextInitializers initializers) Return the JettyConfiguration
s that should be applied to the server.