Interface ApplicationContextProvider

All Known Implementing Classes:
AnnotationConfigApplicationContextProvider, FileSystemXmlApplicationContextProvider

public interface ApplicationContextProvider
The main purpose of this class is to provide the ApplicationContext to the SpringContainer
Version:
$Id$
Author:
Nicolas Filotto
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.context.ApplicationContext
    getApplicationContext(org.springframework.context.ApplicationContext parent)
    Gives the ApplicationContext that will be used by the SpringContainer
  • Method Details

    • getApplicationContext

      org.springframework.context.ApplicationContext getApplicationContext(org.springframework.context.ApplicationContext parent)
      Gives the ApplicationContext that will be used by the SpringContainer
      Parameters:
      parent - the parent context