Interface ApplicationContextFactory

All Superinterfaces:
PropertyBackedBean, PropertyBackedBeanState
All Known Implementing Classes:
ChildApplicationContextFactory, CryptodocSwitchableApplicationContextFactory, EncryptedContentStoreChildApplicationContextFactory, LuceneChildApplicationContextFactory, NoIndexChildApplicationContextFactory, SolrChildApplicationContextFactory, SwitchableApplicationContextFactory

public interface ApplicationContextFactory extends PropertyBackedBean
An interface providing access to a child application context corresonding to a particular subsystem. As with other PropertyBackedBeans, can be stopped, reconfigured, started and tested.
Author:
dward
  • Method Details

    • getApplicationContext

      org.springframework.context.ApplicationContext getApplicationContext()
      Gets the application context, configured according to the properties of the factory.
      Returns:
      the application context