Uses of Interface
org.springframework.boot.web.error.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.
Spring Web error handling infrastructure.
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 TypeInterfaceDescriptioninterfaceConfigurableWebServerFactoryfor 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 TypeClassDescriptionclassReactiveWebServerFactorythat can be used to createJettyWebServers. -
Uses of ErrorPageRegistry in org.springframework.boot.jetty.servlet
Classes in org.springframework.boot.jetty.servlet that implement ErrorPageRegistryModifier and TypeClassDescriptionclassServletWebServerFactorythat 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 TypeClassDescriptionclassReactiveWebServerFactorythat can be used to createNettyWebServers. -
Uses of ErrorPageRegistry in org.springframework.boot.tomcat
Subinterfaces of ErrorPageRegistry in org.springframework.boot.tomcatModifier and TypeInterfaceDescriptioninterfaceConfigurableWebServerFactoryfor 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 TypeClassDescriptionclassReactiveWebServerFactorythat 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 TypeClassDescriptionclassConfigurableServletWebServerFactorythat can be used to createTomcatWebServers. -
Uses of ErrorPageRegistry in org.springframework.boot.web.error
Methods in org.springframework.boot.web.error with parameters of type ErrorPageRegistryModifier and TypeMethodDescriptionvoidErrorPageRegistrar.registerErrorPages(ErrorPageRegistry registry) Register pages as required with the given registry. -
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 TypeClassDescriptionclassAbstract base class forConfigurableWebServerFactoryimplementations. -
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 TypeClassDescriptionclassAbstract base class forReactiveWebServerFactoryimplementations. -
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 TypeClassDescriptionclassA ServletFilterthat provides anErrorPageRegistryfor non-embedded applications (i.e.