Uses of Interface
me.gilbva.shrike.context.IocContext
| Package | Description |
|---|---|
| me.gilbva.shrike | |
| me.gilbva.shrike.container | |
| me.gilbva.shrike.context |
-
Uses of IocContext in me.gilbva.shrike
Methods in me.gilbva.shrike that return IocContext Modifier and Type Method Description static IocContext<Application>Shrike. context()This method returns theIocContextfor the APPLICATION scopedIocContext.static <T extends Scope>
IocContext<T>Shrike. createChild(T scope)Create a child IocContext of this context.static IocContext<?>Shrike. getParent()The parent of this context. -
Uses of IocContext in me.gilbva.shrike.container
Methods in me.gilbva.shrike.container that return IocContext Modifier and Type Method Description IocContext<Application>IocContextFactoryImpl. createApplicationContext(Application application) -
Uses of IocContext in me.gilbva.shrike.context
Methods in me.gilbva.shrike.context that return IocContext Modifier and Type Method Description IocContext<Application>IocContextFactory. createApplicationContext(Application application)Creates the application scoped IocContext.<T extends Scope>
IocContext<T>IocContext. createChild(T scope)Create a child IocContext of this context.IocContext<?>IocContext. getParent()The parent of this context.