Uses of Interface
me.gilbva.shrike.scope.Scope
| Package | Description |
|---|---|
| me.gilbva.shrike | |
| me.gilbva.shrike.annotations | |
| me.gilbva.shrike.context | |
| me.gilbva.shrike.scope |
-
Uses of Scope in me.gilbva.shrike
Methods in me.gilbva.shrike with type parameters of type Scope Modifier and Type Method Description static <T extends Scope>
IocContext<T>Shrike. createChild(T scope)Create a child IocContext of this context. -
Uses of Scope in me.gilbva.shrike.annotations
Methods in me.gilbva.shrike.annotations that return types with arguments of type Scope Modifier and Type Method Description java.lang.Class<? extends Scope>scope()Defines the scope of a component. -
Uses of Scope in me.gilbva.shrike.context
Classes in me.gilbva.shrike.context with type parameters of type Scope Modifier and Type Interface Description interfaceIocContext<S extends Scope>Represents a context in witch components are managed.Methods in me.gilbva.shrike.context with type parameters of type Scope Modifier and Type Method Description <T extends Scope>
IocContext<T>IocContext. createChild(T scope)Create a child IocContext of this context. -
Uses of Scope in me.gilbva.shrike.scope
Classes in me.gilbva.shrike.scope that implement Scope Modifier and Type Class Description classApplicationThis class represents the application scope witch is the root context of Shrike IoC.