Uses of Interface
org.springframework.boot.web.server.ErrorPageRegistry
Packages that use ErrorPageRegistry
Package
Description
Embedded reactive and servlet web server implementations backed by Jetty.
Embedded reactive web server implementation backed by Netty.
Embedded reactive and servlet web server implementations backed by Tomcat.
Embedded reactive and servlet web server implementations backed by Undertow.
Reactive web server abstractions.
Support for embedded web servers.
Servlet web server abstractions.
Support classes for Servlet-based web servers.
-
Uses of ErrorPageRegistry in org.springframework.boot.web.embedded.jetty
Subinterfaces of ErrorPageRegistry in org.springframework.boot.web.embedded.jettyModifier and TypeInterfaceDescriptioninterface
ConfigurableWebServerFactory
for Jetty-specific features.Classes in org.springframework.boot.web.embedded.jetty that implement ErrorPageRegistryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to createJettyWebServer
s.class
ServletWebServerFactory
that can be used to create aJettyWebServer
. -
Uses of ErrorPageRegistry in org.springframework.boot.web.embedded.netty
Classes in org.springframework.boot.web.embedded.netty that implement ErrorPageRegistryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to createNettyWebServer
s. -
Uses of ErrorPageRegistry in org.springframework.boot.web.embedded.tomcat
Subinterfaces of ErrorPageRegistry in org.springframework.boot.web.embedded.tomcatModifier and TypeInterfaceDescriptioninterface
ConfigurableWebServerFactory
for Tomcat-specific features.Classes in org.springframework.boot.web.embedded.tomcat that implement ErrorPageRegistryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to create aTomcatWebServer
.class
AbstractServletWebServerFactory
that can be used to createTomcatWebServer
s. -
Uses of ErrorPageRegistry in org.springframework.boot.web.embedded.undertow
Subinterfaces of ErrorPageRegistry in org.springframework.boot.web.embedded.undertowModifier and TypeInterfaceDescriptioninterface
ConfigurableWebServerFactory
for Undertow-specific features.Classes in org.springframework.boot.web.embedded.undertow that implement ErrorPageRegistryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to createUndertowWebServer
s.class
ServletWebServerFactory
that can be used to createUndertowServletWebServer
s. -
Uses of ErrorPageRegistry in org.springframework.boot.web.reactive.server
Subinterfaces of ErrorPageRegistry in org.springframework.boot.web.reactive.serverClasses in org.springframework.boot.web.reactive.server that implement ErrorPageRegistryModifier and TypeClassDescriptionclass
Abstract base class forReactiveWebServerFactory
implementations. -
Uses of ErrorPageRegistry in org.springframework.boot.web.server
Subinterfaces of ErrorPageRegistry in org.springframework.boot.web.serverClasses in org.springframework.boot.web.server that implement ErrorPageRegistryModifier and TypeClassDescriptionclass
Abstract base class forConfigurableWebServerFactory
implementations.Methods in org.springframework.boot.web.server with parameters of type ErrorPageRegistryModifier and TypeMethodDescriptionvoid
ErrorPageRegistrar.registerErrorPages
(ErrorPageRegistry registry) Register pages as required with the given registry. -
Uses of ErrorPageRegistry in org.springframework.boot.web.servlet.server
Subinterfaces of ErrorPageRegistry in org.springframework.boot.web.servlet.serverClasses in org.springframework.boot.web.servlet.server that implement ErrorPageRegistryModifier and TypeClassDescriptionclass
Abstract base class forConfigurableServletWebServerFactory
implementations. -
Uses of ErrorPageRegistry in org.springframework.boot.web.servlet.support
Classes in org.springframework.boot.web.servlet.support that implement ErrorPageRegistryModifier and TypeClassDescriptionclass
A ServletFilter
that provides anErrorPageRegistry
for non-embedded applications (i.e.