处理其他 BeanFactoryPostProcessor。

    1. // Now, invoke the postProcessBeanFactory callback of all processors handled so far.
    2. invokeBeanFactoryPostProcessors(registryProcessors, beanFactory);
    3. invokeBeanFactoryPostProcessors(regularPostProcessors, beanFactory);

    这里 registryProcessors、regularPostProcessors 记录的都是 上下文配置 configureAndRefreshWebApplicationContext 注册的扩展。