org.springframework.boot.web.servlet

Interface ServletContextInitializer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void onStartup(javax.servlet.ServletContext servletContext)
      Configure the given ServletContext with any servlets, filters, listeners context-params and attributes necessary for initialization.
    • Method Detail

      • onStartup

        void onStartup(javax.servlet.ServletContext servletContext)
                throws javax.servlet.ServletException
        Configure the given ServletContext with any servlets, filters, listeners context-params and attributes necessary for initialization.
        Parameters:
        servletContext - the ServletContext to initialize
        Throws:
        javax.servlet.ServletException - if any call against the given ServletContext throws a ServletException

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