Package me.gilbva.shrike.context
Interface IocContextFactory
- All Known Implementing Classes:
IocContextFactoryImpl
public interface IocContextFactory
Factory service for the application IoC context.
- Author:
- Gilberto Vento
-
Method Summary
Modifier and Type Method Description IocContext<Application>createApplicationContext(Application application)Creates the application scoped IocContext.
-
Method Details
-
createApplicationContext
Creates the application scoped IocContext.- Parameters:
application- The application scope object.- Returns:
- The created IocContext object.
-