Package org.frankframework.lifecycle
Class FrankEnvironmentInitializer
java.lang.Object
org.frankframework.lifecycle.FrankEnvironmentInitializer
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
@Order(-2147483647)
public class FrankEnvironmentInitializer
extends Object
implements org.springframework.web.WebApplicationInitializer
Programmatically load the Frank!Framework Web Environment.
It's important this is loaded first, and before any programmatic listeners have been added.
The EnvironmentContext will load servlets and filters.
Uses the same order as well as delegation as the SpringBootServletInitializer used in the Frank!Console WAR.
- Author:
- Niels Meijer
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FrankEnvironmentInitializer
public FrankEnvironmentInitializer()
-
-
Method Details
-
onStartup
public void onStartup(jakarta.servlet.ServletContext servletContext) throws jakarta.servlet.ServletException - Specified by:
onStartup
in interfaceorg.springframework.web.WebApplicationInitializer
- Throws:
jakarta.servlet.ServletException
-