org.springframework.boot.web.server

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 Detail

      • registerErrorPages

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

Copyright © 2019 Pivotal Software, Inc.. All rights reserved.