| Package | Description |
|---|---|
| org.cruxframework.crux.core.client.ioc |
| Modifier and Type | Method and Description |
|---|---|
static Inject.Scope |
Inject.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Inject.Scope[] |
Inject.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.cruxframework.crux.core.client.ioc.IocScope |
IocContainer._getScope(Inject.Scope scope)
Retrieve the scope controller for the requested scope
|
<T> T |
IocContainer.get(Class<T> clazz,
Inject.Scope scope)
Retrieve an object from IoCContainer
|
<T> T |
RuntimeIoCContainer.get(Class<T> clazz,
Inject.Scope scope,
String subscope) |
<T> T |
IocContainer.get(Class<T> clazz,
Inject.Scope scope,
String subscope)
Retrieve an object from IoCContainer
|
Copyright © 2014. All rights reserved.