Uses of Class
org.springframework.boot.web.server.servlet.ServletContextInitializers
Packages that use ServletContextInitializers
Package
Description
Servlet web server implementation backed by Jetty.
Servlet web server abstractions.
-
Uses of ServletContextInitializers in org.springframework.boot.jetty.servlet
Methods in org.springframework.boot.jetty.servlet with parameters of type ServletContextInitializersModifier and TypeMethodDescriptionprotected org.eclipse.jetty.ee11.webapp.Configuration
JettyServletWebServerFactory.getServletContextInitializerConfiguration
(org.eclipse.jetty.ee11.webapp.WebAppContext webAppContext, ServletContextInitializers initializers) Return a JettyConfiguration
that will invoke the specifiedServletContextInitializer
s.protected org.eclipse.jetty.ee11.webapp.Configuration[]
JettyServletWebServerFactory.getWebAppContextConfigurations
(org.eclipse.jetty.ee11.webapp.WebAppContext webAppContext, ServletContextInitializers initializers) Return the JettyConfiguration
s that should be applied to the server. -
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
.