Package 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
Modifier and TypeMethodDescriptionorg.springframework.context.ApplicationContextgetApplicationContext(org.springframework.context.ApplicationContext parent) Gives theApplicationContextthat will be used by theSpringContainer
-
Method Details
-
getApplicationContext
org.springframework.context.ApplicationContext getApplicationContext(org.springframework.context.ApplicationContext parent) Gives theApplicationContextthat will be used by theSpringContainer- Parameters:
parent- the parent context
-