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.ConfigurationJettyServletWebServerFactory.getServletContextInitializerConfiguration(org.eclipse.jetty.ee11.webapp.WebAppContext webAppContext, ServletContextInitializers initializers) Return a JettyConfigurationthat will invoke the specifiedServletContextInitializers.protected org.eclipse.jetty.ee11.webapp.Configuration[]JettyServletWebServerFactory.getWebAppContextConfigurations(org.eclipse.jetty.ee11.webapp.WebAppContext webAppContext, ServletContextInitializers initializers) Return the JettyConfigurations 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 ServletContextInitializersServletContextInitializers.from(ServletWebServerSettings settings, ServletContextInitializer... initializers) Creates a new instance from the givensettingsandinitializers.