org.springframework.boot.builder

Class ParentContextApplicationContextInitializer

  • java.lang.Object
    • org.springframework.boot.builder.ParentContextApplicationContextInitializer
  • All Implemented Interfaces:
    org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>, org.springframework.core.Ordered


    public class ParentContextApplicationContextInitializer
    extends Object
    implements org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>, org.springframework.core.Ordered
    ApplicationContextInitializer for setting the parent context. Also publishes ParentContextApplicationContextInitializer.ParentContextAvailableEvent when the context is refreshed to signal to other listeners that the context is available and has a parent.
    Since:
    1.0.0
    Author:
    Dave Syer
    • Constructor Detail

      • ParentContextApplicationContextInitializer

        public ParentContextApplicationContextInitializer(org.springframework.context.ApplicationContext parent)
    • Method Detail

      • setOrder

        public void setOrder(int order)
      • getOrder

        public int getOrder()
        Specified by:
        getOrder in interface org.springframework.core.Ordered
      • initialize

        public void initialize(org.springframework.context.ConfigurableApplicationContext applicationContext)
        Specified by:
        initialize in interface org.springframework.context.ApplicationContextInitializer<org.springframework.context.ConfigurableApplicationContext>

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