Class DeferPlaceholderFileSystemXmlWebApplicationContext

All Implemented Interfaces:
Closeable, AutoCloseable, Aware, BeanFactory, BeanNameAware, HierarchicalBeanFactory, InitializingBean, ListableBeanFactory, ApplicationContext, ApplicationEventPublisher, ConfigurableApplicationContext, Lifecycle, MessageSource, EnvironmentCapable, ResourceLoader, ResourcePatternResolver, ThemeSource, ConfigurableWebApplicationContext, WebApplicationContext
Direct Known Subclasses:
DelimiterAwareApplicationContext

public class DeferPlaceholderFileSystemXmlWebApplicationContext extends FileSystemXmlWebApplicationContext
An extension of FileSystemXmlWebApplicationContext that defers property placeholder resolution of config locations until after property sources have been initialized. This application context is intended to be used with an application context initializer which adds a properties file property source to the application context environment.
  • Field Details

    • propertySourcesInitialized

      private boolean propertySourcesInitialized
      Whether property sources have been initialized.
  • Constructor Details

    • DeferPlaceholderFileSystemXmlWebApplicationContext

      public DeferPlaceholderFileSystemXmlWebApplicationContext()
  • Method Details