@UsesOrderedConfiguration(value=ApplicationContextCustomizer.class) public interface ApplicationContextCustomizer
Modifier and Type | Method and Description |
---|---|
void |
customizeApplicationContext(ServletContext servletContext,
org.springframework.web.context.ConfigurableWebApplicationContext applicationContext)
Allows the instantiated application context to be customized before it is initially refreshed.
|
void customizeApplicationContext(ServletContext servletContext, org.springframework.web.context.ConfigurableWebApplicationContext applicationContext)
servletContext
- applicationContext
- 5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.