eXo Kernel :: Container Extension :: Spring Implementation 2.5.0-Alpha1

org.exoplatform.container.spring
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
 org.springframework.context.ApplicationContext getApplicationContext(org.springframework.context.ApplicationContext parent)
          Gives the ApplicationContext that will be used by the SpringContainer
 

Method Detail

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

eXo Kernel :: Container Extension :: Spring Implementation 2.5.0-Alpha1

Copyright © 2013 eXo Platform SAS. All Rights Reserved.