Package org.exoplatform.container.spring
Interface ApplicationContextProvider
-
- All Known Implementing Classes:
AnnotationConfigApplicationContextProvider,FileSystemXmlApplicationContextProvider
public interface ApplicationContextProviderThe main purpose of this class is to provide theApplicationContextto theSpringContainer- Version:
- $Id$
- Author:
- Nicolas Filotto
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.context.ApplicationContextgetApplicationContext(org.springframework.context.ApplicationContext parent)Gives theApplicationContextthat will be used by theSpringContainer
-
-
-
Method Detail
-
getApplicationContext
org.springframework.context.ApplicationContext getApplicationContext(org.springframework.context.ApplicationContext parent)
Gives theApplicationContextthat will be used by theSpringContainer- Parameters:
parent- the parent context
-
-