| Package | Description |
|---|---|
| org.bridje.ioc | |
| org.bridje.ioc.impl |
| Modifier and Type | Method and Description |
|---|---|
static IocContext<Application> |
Ioc.context()
This method returns the
IocContext for the APPLICATION scoped
IocContext. |
<T extends Scope> |
IocContext.createChild(T scope)
Create a child IocContext of this context.
|
IocContext<?> |
IocContext.getParent()
The parent of this context.
|
| Modifier and Type | Method and Description |
|---|---|
static IocContext<Application> |
ContextFactory.createApplicationContext(Application application)
Creates the application scoped IocContext.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.