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.

@FunctionalInterface public interface ErrorPageRegistrar
Interface to be implemented by types that register ErrorPages.
Since:
2.0.0
Author:
Phillip Webb
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Register pages as required with the given registry.
  • Method Details

    • registerErrorPages

      void registerErrorPages(ErrorPageRegistry registry)
      Register pages as required with the given registry.
      Parameters:
      registry - the error page registry