Interface ApplicationContextFactory

All Known Implementing Classes:
AbstractApplicationContextFactory, GenericApplicationContextFactory

public interface ApplicationContextFactory
Factory for the creation of ApplicationContext instances. This interface is primarily useful when creating a new ApplicationContext for a Job.
Author:
Lucas Ward
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.context.ConfigurableApplicationContext
     
  • Method Details

    • createApplicationContext

      org.springframework.context.ConfigurableApplicationContext createApplicationContext()