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, postProcessBeforeInitialization
public WebApplicationContextServletContextAwareProcessor(ConfigurableWebApplicationContext webApplicationContext)
protected ServletContext getServletContext()
getServletContext
in class ServletContextAwareProcessor
protected ServletConfig getServletConfig()
getServletConfig
in class ServletContextAwareProcessor
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.