Uses of Class
me.gilbva.shrike.scope.Application
| Package | Description |
|---|---|
| me.gilbva.shrike | |
| me.gilbva.shrike.container | |
| me.gilbva.shrike.context | |
| me.gilbva.shrike.scope |
-
Uses of Application in me.gilbva.shrike
Methods in me.gilbva.shrike that return types with arguments of type Application Modifier and Type Method Description static IocContext<Application>Shrike. context()This method returns theIocContextfor the APPLICATION scopedIocContext. -
Uses of Application in me.gilbva.shrike.container
Methods in me.gilbva.shrike.container that return types with arguments of type Application Modifier and Type Method Description IocContext<Application>IocContextFactoryImpl. createApplicationContext(Application application)Methods in me.gilbva.shrike.container with parameters of type Application Modifier and Type Method Description IocContext<Application>IocContextFactoryImpl. createApplicationContext(Application application) -
Uses of Application in me.gilbva.shrike.context
Methods in me.gilbva.shrike.context that return types with arguments of type Application Modifier and Type Method Description IocContext<Application>IocContextFactory. createApplicationContext(Application application)Creates the application scoped IocContext.Methods in me.gilbva.shrike.context with parameters of type Application Modifier and Type Method Description IocContext<Application>IocContextFactory. createApplicationContext(Application application)Creates the application scoped IocContext. -
Uses of Application in me.gilbva.shrike.scope
Methods in me.gilbva.shrike.scope that return Application Modifier and Type Method Description static ApplicationApplication. getInstance()