Class ContextRefresher

    • Field Detail

      • logger

        protected final org.apache.commons.logging.Log logger
      • DEFAULT_PROPERTY_SOURCES

        protected static final String[] DEFAULT_PROPERTY_SOURCES
      • standardSources

        protected Set<String> standardSources
      • additionalPropertySourcesToRetain

        protected final List<String> additionalPropertySourcesToRetain
    • Method Detail

      • getContext

        protected org.springframework.context.ConfigurableApplicationContext getContext()
      • refreshEnvironment

        public Set<String> refreshEnvironment()
      • updateEnvironment

        protected abstract void updateEnvironment()
      • copyEnvironment

        protected org.springframework.core.env.StandardEnvironment copyEnvironment​(org.springframework.core.env.ConfigurableEnvironment input)