public class WebApplicationContextServletContextAwareProcessor extends ServletContextAwareProcessor
ServletContextAwareProcessor for use with a
 ConfigurableWebApplicationContext. Can be used when registering the processor
 can occur before the ServletContext or ServletConfig have been
 initialized.| Constructor and Description | 
|---|
WebApplicationContextServletContextAwareProcessor(ConfigurableWebApplicationContext webApplicationContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ServletConfig | 
getServletConfig()  | 
protected ServletContext | 
getServletContext()  | 
postProcessAfterInitialization, postProcessBeforeInitializationpublic WebApplicationContextServletContextAwareProcessor(ConfigurableWebApplicationContext webApplicationContext)
protected ServletContext getServletContext()
getServletContext in class ServletContextAwareProcessorprotected ServletConfig getServletConfig()
getServletConfig in class ServletContextAwareProcessor