org.springframework.boot.context.web

Class ServletContextApplicationContextInitializer

  • All Implemented Interfaces:
    org.springframework.context.ApplicationContextInitializer<org.springframework.web.context.ConfigurableWebApplicationContext>, org.springframework.core.Ordered

    Deprecated. 
    as of 1.4 in favor of org.springframework.boot.web.support.ServletContextApplicationContextInitializer

    @Deprecated
    public class ServletContextApplicationContextInitializer
    extends ServletContextApplicationContextInitializer
    ApplicationContextInitializer for setting the servlet context.
    Author:
    Dave Syer, Phillip Webb
    • Constructor Detail

      • ServletContextApplicationContextInitializer

        public ServletContextApplicationContextInitializer(javax.servlet.ServletContext servletContext,
                                                           boolean addApplicationContextAttribute)
        Deprecated. 
      • ServletContextApplicationContextInitializer

        public ServletContextApplicationContextInitializer(javax.servlet.ServletContext servletContext)
        Deprecated. 

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