org.springframework.boot.web.servlet

Interface ErrorPageRegistrar



  • public interface ErrorPageRegistrar
    Interface to be implemented by types that register ErrorPages.
    Since:
    1.4.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 © 2016 Pivotal Software, Inc.. All rights reserved.