Package | Description |
---|---|
org.jboss.errai.ioc.client | |
org.jboss.errai.ioc.client.container | |
org.jboss.errai.ioc.client.container.async |
Modifier and Type | Method and Description |
---|---|
CreationalContext |
BootstrapInjectionContext.getRootContext() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCreationalContext |
class |
SimpleCreationalContext
A SimpleCreationalContext is used for representing context associated with the creation of a bean and its dependencies.
|
Modifier and Type | Method and Description |
---|---|
void |
SyncToAsyncBeanManagerAdapter.addBeanToContext(Object ref,
CreationalContext creationalContext) |
void |
SyncBeanManagerImpl.addBeanToContext(Object ref,
CreationalContext creationalContext) |
void |
ClientBeanManager.addBeanToContext(Object ref,
CreationalContext creationalContext)
Associates a bean instance with a creational context.
|
T |
IOCSingletonBean.getInstance(CreationalContext context) |
T |
IOCDependentBean.getInstance(CreationalContext context) |
T |
BeanProvider.getInstance(CreationalContext context)
Returns a new instance of the bean which this BeanProvider represents.
|
T |
IOCBeanDef.getInstance(CreationalContext context)
Returns an instance of the bean within the active scope, using the specified
SimpleCreationalContext.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncCreationalContext |
Modifier and Type | Method and Description |
---|---|
void |
AsyncBeanManagerImpl.addBeanToContext(Object ref,
CreationalContext creationalContext)
Associates a bean instance with a creational context.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.