类 WebApplicationContextServletContextAwareProcessor

  • 所有已实现的接口:
    org.springframework.beans.factory.config.BeanPostProcessor

    public class WebApplicationContextServletContextAwareProcessor
    extends org.springframework.web.context.support.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.
    • 方法详细资料

      • getServletContext

        protected javax.servlet.ServletContext getServletContext()
        覆盖:
        getServletContext 在类中 org.springframework.web.context.support.ServletContextAwareProcessor
      • getServletConfig

        protected javax.servlet.ServletConfig getServletConfig()
        覆盖:
        getServletConfig 在类中 org.springframework.web.context.support.ServletContextAwareProcessor