toggle menu
Spring Boot Kotlin API
3.4.5-SNAPSHOT
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.web.server
/
ErrorPageRegistrar
Error
Page
Registrar
@
FunctionalInterface
interface
ErrorPageRegistrar
Interface to be implemented by types that register
ErrorPages
.
Author
Phillip Webb
Since
2.0.0
Members
Functions
register
Error
Pages
Link copied to clipboard
abstract
fun
registerErrorPages
(
registry
:
ErrorPageRegistry
)
Register pages as required with the given registry.