Class FrankApplicationInitializer

java.lang.Object
org.frankframework.lifecycle.FrankApplicationInitializer
All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer

@Order(2147483647) public class FrankApplicationInitializer extends Object implements org.springframework.web.WebApplicationInitializer
Spring WebApplicationInitializer that should start after the FrankEnvironmentInitializer has been configured. TODO: IbisContext should be directly wired under the EnvironmentContext.
Author:
Niels Meijer
  • Field Details

  • Constructor Details

    • FrankApplicationInitializer

      public FrankApplicationInitializer()
  • 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
    • getIbisContext

      public static IbisContext getIbisContext(javax.servlet.ServletContext servletContext)
      Retrieves the IbisContext from the ServletContext
      Parameters:
      servletContext -
      Returns:
      IbisContext or IllegalStateException when not found