Package | Description |
---|---|
org.springframework.web.context |
Contains a variant of the application context interface for web applications,
and the ContextLoaderListener that bootstraps a root web application context.
|
Modifier and Type | Method and Description |
---|---|
protected List<Class<ApplicationContextInitializer<ConfigurableApplicationContext>>> |
ContextLoader.determineContextInitializerClasses(javax.servlet.ServletContext servletContext)
Return the
ApplicationContextInitializer implementation classes to use
if any have been specified by ContextLoader.CONTEXT_INITIALIZER_CLASSES_PARAM . |
Copyright © 2021. All rights reserved.