Interface ErrorPageRegistrar
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface to be implemented by types that register
ErrorPages
.- Since:
- 2.0.0
- Author:
- Phillip Webb
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerErrorPages
(ErrorPageRegistry registry) Register pages as required with the given registry.
-
Method Details
-
registerErrorPages
Register pages as required with the given registry.- Parameters:
registry
- the error page registry
-