Uses of Interface
org.springframework.boot.web.servlet.WebListenerRegistry
Packages that use WebListenerRegistry
Package
Description
Embedded reactive and servlet web server implementations backed by Jetty.
Embedded reactive and servlet web server implementations backed by Tomcat.
Embedded reactive and servlet web server implementations backed by Undertow.
Classes and utilities designed to work with the
jakarta.servlet specification.Servlet web server abstractions.
-
Uses of WebListenerRegistry in org.springframework.boot.web.embedded.jetty
Classes in org.springframework.boot.web.embedded.jetty that implement WebListenerRegistryModifier and TypeClassDescriptionclassServletWebServerFactorythat can be used to create aJettyWebServer. -
Uses of WebListenerRegistry in org.springframework.boot.web.embedded.tomcat
Classes in org.springframework.boot.web.embedded.tomcat that implement WebListenerRegistryModifier and TypeClassDescriptionclassAbstractServletWebServerFactorythat can be used to createTomcatWebServers. -
Uses of WebListenerRegistry in org.springframework.boot.web.embedded.undertow
Classes in org.springframework.boot.web.embedded.undertow that implement WebListenerRegistryModifier and TypeClassDescriptionclassServletWebServerFactorythat can be used to createUndertowServletWebServers. -
Uses of WebListenerRegistry in org.springframework.boot.web.servlet
Methods in org.springframework.boot.web.servlet with parameters of type WebListenerRegistryModifier and TypeMethodDescriptionvoidWebListenerRegistrar.register(WebListenerRegistry registry) Register web listeners with the given registry. -
Uses of WebListenerRegistry in org.springframework.boot.web.servlet.server
Subinterfaces of WebListenerRegistry in org.springframework.boot.web.servlet.serverClasses in org.springframework.boot.web.servlet.server that implement WebListenerRegistryModifier and TypeClassDescriptionclassAbstract base class forConfigurableServletWebServerFactoryimplementations.