类 WebApplicationContextServletContextAwareProcessor

java.lang.Object
org.springframework.web.context.support.ServletContextAwareProcessor
org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor
所有已实现的接口:
BeanPostProcessor

public class WebApplicationContextServletContextAwareProcessor extends ServletContextAwareProcessor
Variant of ServletContextAwareProcessor for use with a ConfigurableWebApplicationContext. Can be used when registering the processor can occur before the ServletContext or ServletConfig have been initialized.
从以下版本开始:
1.0.0
作者:
Phillip Webb