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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonStartup(@NonNull jakarta.servlet.ServletContext servletContext)
-
Constructor Details
-
FrankEnvironmentInitializer
public FrankEnvironmentInitializer()
-
-
Method Details
-
onStartup
public void onStartup(@NonNull jakarta.servlet.ServletContext servletContext) - Specified by:
onStartupin interfaceorg.springframework.web.WebApplicationInitializer
-