public abstract class BroadleafBootServletContextInitializer
extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
SpringBootBootstrappingServletContextListener. Since that class
establishes its own delegate ContextLoaderListener that closes the Spring ApplicationContext we want
to disable the fact that Spring Boot tries to add a ContextLoaderListener.
SPRING-UPGRADE-CHECK| Constructor and Description |
|---|
BroadleafBootServletContextInitializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
onStartup(javax.servlet.ServletContext servletContext) |
public BroadleafBootServletContextInitializer()
public void onStartup(javax.servlet.ServletContext servletContext)
throws javax.servlet.ServletException
onStartup in interface org.springframework.web.WebApplicationInitializeronStartup in class org.springframework.boot.web.servlet.support.SpringBootServletInitializerjavax.servlet.ServletExceptionCopyright © 2024. All rights reserved.