Class ServletsInitializer

java.lang.Object
com.atlassian.bamboo.servlet.ServletsInitializer
All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer

public class ServletsInitializer extends Object implements org.springframework.web.WebApplicationInitializer
A Spring WebApplicationInitializer which registers and configures various Servlets and Filters.
Since:
10.0
  • Constructor Details

    • ServletsInitializer

      public ServletsInitializer()
  • Method Details

    • onStartup

      public void onStartup(javax.servlet.ServletContext servletContext) throws javax.servlet.ServletException
      Specified by:
      onStartup in interface org.springframework.web.WebApplicationInitializer
      Throws:
      javax.servlet.ServletException