org.springframework.boot.context.embedded

Class EmbeddedWebApplicationContext.ExistingWebApplicationScopes

  • java.lang.Object
    • org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.ExistingWebApplicationScopes
  • Enclosing class:
    EmbeddedWebApplicationContext


    public static class EmbeddedWebApplicationContext.ExistingWebApplicationScopes
    extends Object
    Utility class to store and restore any user defined scopes. This allow scopes to be registered in an ApplicationContextInitializer in the same way as they would in a classic non-embedded web application context.
    • Constructor Detail

      • EmbeddedWebApplicationContext.ExistingWebApplicationScopes

        public EmbeddedWebApplicationContext.ExistingWebApplicationScopes(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
    • Method Detail

      • restore

        public void restore()

Copyright © 2015 Pivotal Software, Inc.. All rights reserved.