Uses of Interface
org.springframework.boot.web.server.servlet.WebListenerRegistry
Packages that use WebListenerRegistry
Package
Description
Servlet web server implementation backed by Jetty.
Servlet web server implementation backed by Tomcat.
Servlet web server implementation backed by Undertow.
Servlet web server abstractions.
Classes and utilities designed to work with the
jakarta.servlet
specification.-
Uses of WebListenerRegistry in org.springframework.boot.jetty.servlet
Classes in org.springframework.boot.jetty.servlet that implement WebListenerRegistryModifier and TypeClassDescriptionclass
ServletWebServerFactory
that can be used to create aJettyWebServer
. -
Uses of WebListenerRegistry in org.springframework.boot.tomcat.servlet
Classes in org.springframework.boot.tomcat.servlet that implement WebListenerRegistryModifier and TypeClassDescriptionclass
ConfigurableServletWebServerFactory
that can be used to createTomcatWebServer
s. -
Uses of WebListenerRegistry in org.springframework.boot.undertow.servlet
Classes in org.springframework.boot.undertow.servlet that implement WebListenerRegistryModifier and TypeClassDescriptionclass
ServletWebServerFactory
that can be used to createUndertowServletWebServer
s. -
Uses of WebListenerRegistry in org.springframework.boot.web.server.servlet
Subinterfaces of WebListenerRegistry in org.springframework.boot.web.server.servlet -
Uses of WebListenerRegistry in org.springframework.boot.web.servlet
Methods in org.springframework.boot.web.servlet with parameters of type WebListenerRegistryModifier and TypeMethodDescriptionvoid
WebListenerRegistrar.register
(WebListenerRegistry registry) Register web listeners with the given registry.