Uses of Interface
org.springframework.boot.web.server.ErrorPageRegistry
Packages that use ErrorPageRegistry
Package
Description
Reactive and servlet web server implementations backed by Jetty.
Reactive web server implementation backed by Jetty.
Servlet web server implementation backed by Jetty.
Reactive web server implementation backed by Netty.
Reactive and servlet web server implementations backed by Tomcat.
Reactive web server implementation backed by Tomcat.
Servlet web server implementation backed by Tomcat.
Reactive and servlet web server implementations backed by Undertow.
Reactive web server implementation backed by Undertow.
Servlet web server implementation backed by Undertow.
Support for embedded web servers.
Reactive web server abstractions.
Servlet web server abstractions.
Support classes for Servlet-based web servers.
-
Uses of ErrorPageRegistry in org.springframework.boot.jetty
Subinterfaces of ErrorPageRegistry in org.springframework.boot.jettyModifier and TypeInterfaceDescriptioninterface
ConfigurableWebServerFactory
for Jetty-specific features.Classes in org.springframework.boot.jetty that implement ErrorPageRegistry -
Uses of ErrorPageRegistry in org.springframework.boot.jetty.reactive
Classes in org.springframework.boot.jetty.reactive that implement ErrorPageRegistryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to createJettyWebServer
s. -
Uses of ErrorPageRegistry in org.springframework.boot.jetty.servlet
Classes in org.springframework.boot.jetty.servlet that implement ErrorPageRegistryModifier and TypeClassDescriptionclass
ServletWebServerFactory
that can be used to create aJettyWebServer
. -
Uses of ErrorPageRegistry in org.springframework.boot.reactor.netty
Classes in org.springframework.boot.reactor.netty that implement ErrorPageRegistryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to createNettyWebServer
s. -
Uses of ErrorPageRegistry in org.springframework.boot.tomcat
Subinterfaces of ErrorPageRegistry in org.springframework.boot.tomcatModifier and TypeInterfaceDescriptioninterface
ConfigurableWebServerFactory
for Tomcat-specific features.Classes in org.springframework.boot.tomcat that implement ErrorPageRegistry -
Uses of ErrorPageRegistry in org.springframework.boot.tomcat.reactive
Classes in org.springframework.boot.tomcat.reactive that implement ErrorPageRegistryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to create aTomcatWebServer
. -
Uses of ErrorPageRegistry in org.springframework.boot.tomcat.servlet
Classes in org.springframework.boot.tomcat.servlet that implement ErrorPageRegistryModifier and TypeClassDescriptionclass
ConfigurableServletWebServerFactory
that can be used to createTomcatWebServer
s. -
Uses of ErrorPageRegistry in org.springframework.boot.undertow
Subinterfaces of ErrorPageRegistry in org.springframework.boot.undertowModifier and TypeInterfaceDescriptioninterface
ConfigurableWebServerFactory
for Undertow-specific features.Classes in org.springframework.boot.undertow that implement ErrorPageRegistryModifier and TypeClassDescriptionclass
Base class for factories that produce anUndertowWebServer
. -
Uses of ErrorPageRegistry in org.springframework.boot.undertow.reactive
Classes in org.springframework.boot.undertow.reactive that implement ErrorPageRegistryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to createUndertowWebServer
s. -
Uses of ErrorPageRegistry in org.springframework.boot.undertow.servlet
Classes in org.springframework.boot.undertow.servlet that implement ErrorPageRegistryModifier and TypeClassDescriptionclass
ServletWebServerFactory
that can be used to createUndertowServletWebServer
s. -
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.server.reactive
Subinterfaces of ErrorPageRegistry in org.springframework.boot.web.server.reactiveClasses in org.springframework.boot.web.server.reactive that implement ErrorPageRegistryModifier and TypeClassDescriptionclass
Abstract base class forReactiveWebServerFactory
implementations. -
Uses of ErrorPageRegistry in org.springframework.boot.web.server.servlet
Subinterfaces of ErrorPageRegistry in org.springframework.boot.web.server.servlet -
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.