Package me.gilbva.shrike.container
Class IocContextFactoryImpl
java.lang.Object
me.gilbva.shrike.container.IocContextFactoryImpl
- All Implemented Interfaces:
IocContextFactory
public class IocContextFactoryImpl extends java.lang.Object implements IocContextFactory
Factory object to create the application context.
- Author:
- Gilberto Vento
-
Method Summary
Modifier and Type Method Description IocContext<Application>createApplicationContext(Application application)Creates the application scoped IocContext.static IocContextFactorygetInstance()
-
Method Details
-
getInstance
-
createApplicationContext
Description copied from interface:IocContextFactoryCreates the application scoped IocContext.- Specified by:
createApplicationContextin interfaceIocContextFactory- Parameters:
application- The application scope object.- Returns:
- The created IocContext object.
-