| Package | Description |
|---|---|
| org.cruxframework.crux.core.client.ioc | |
| org.cruxframework.crux.core.ioc |
| Modifier and Type | Method and Description |
|---|---|
static IoCResource.Scope |
IoCResource.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IoCResource.Scope[] |
IoCResource.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(IoCResource.Scope scope)
Retrieve the scope controller for the requested scope
|
<T> T |
IocContainer.get(Class<T> clazz,
IoCResource.Scope scope)
Retrieve an object from IoCContainer
|
<T> T |
RuntimeIoCContainer.get(Class<T> clazz,
IoCResource.Scope scope,
String subscope) |
<T> T |
IocContainer.get(Class<T> clazz,
IoCResource.Scope scope,
String subscope)
Retrieve an object from IoCContainer
|
| Modifier and Type | Method and Description |
|---|---|
IoCResource.Scope |
IocConfigImpl.getScope() |
| Modifier and Type | Method and Description |
|---|---|
IocConfigImpl<T> |
IocConfigImpl.scope(IoCResource.Scope scope) |
IocConfig<T> |
IocConfig.scope(IoCResource.Scope scope)
Defines the scope where the created object will be saved
|
Copyright © 2015. All rights reserved.