Package com.ocs.dynamo.service.impl
Class ApplicationContextProvider
- java.lang.Object
-
- com.ocs.dynamo.service.impl.ApplicationContextProvider
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@Service public class ApplicationContextProvider extends Object implements org.springframework.context.ApplicationContextAware
-
-
Constructor Summary
Constructors Constructor Description ApplicationContextProvider()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.springframework.context.ApplicationContextgetApplicationContext()voidsetApplicationContext(org.springframework.context.ApplicationContext ac)
-
-
-
Method Detail
-
getApplicationContext
public static org.springframework.context.ApplicationContext getApplicationContext()
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext ac)
- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware
-
-