|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IocConfig | |
|---|---|
| org.cruxframework.crux.core.ioc | |
| org.cruxframework.crux.core.rebind.ioc | |
| Uses of IocConfig in org.cruxframework.crux.core.ioc |
|---|
| Classes in org.cruxframework.crux.core.ioc that implement IocConfig | |
|---|---|
class |
IocConfigImpl<T>
|
| Methods in org.cruxframework.crux.core.ioc that return IocConfig | ||
|---|---|---|
protected
|
IocContainerConfigurations.bindType(Class<T> clazz)
Call this method on your configure method to create a configuration for some Type. |
|
IocConfig<T> |
IocConfigImpl.runtimeAccessible(boolean accessible)
|
|
IocConfig<T> |
IocConfig.runtimeAccessible(boolean accessible)
By default, types assigned to container can not be requested directly by user programmatically. |
|
IocConfig<T> |
IocConfig.scope(IoCResource.Scope scope)
Defines the scope where the created object will be saved |
|
IocConfig<T> |
IocConfig.toClass(Class<? extends T> toClass)
Bound a new concrete class that will be returned when given class is requested to IOC container. |
|
IocConfig<T> |
IocConfig.toProvider(Class<? extends IocProvider<? extends T>> providerClass)
Bound a provider class that will be used to instantiate new objects by IOC container. |
|
| Methods in org.cruxframework.crux.core.ioc that return types with arguments of type IocConfig | |
|---|---|
static Map<String,IocConfig<?>> |
IocContainerManager.getConfigurationsForView(View view,
DeviceAdaptive.Device device)
|
| Uses of IocConfig in org.cruxframework.crux.core.rebind.ioc |
|---|
| Fields in org.cruxframework.crux.core.rebind.ioc with type parameters of type IocConfig | |
|---|---|
protected Map<String,IocConfig<?>> |
IocContainerRebind.configurations
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||