Uses of Interface
org.springframework.boot.web.servlet.WebListenerRegistrar
Packages that use WebListenerRegistrar
Package
Description
Classes related to the auto-configuration of a servlet web server.
-
Uses of WebListenerRegistrar in org.springframework.boot.autoconfigure.web.server.servlet
Constructor parameters in org.springframework.boot.autoconfigure.web.server.servlet with type arguments of type WebListenerRegistrarModifierConstructorDescriptionServletWebServerFactoryCustomizer
(ServerProperties serverProperties, List<WebListenerRegistrar> webListenerRegistrars, List<CookieSameSiteSupplier> cookieSameSiteSuppliers, SslBundles sslBundles)