|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanRef | |
---|---|
org.jboss.errai.ioc.client.container | |
org.jboss.errai.ioc.client.container.async |
Uses of BeanRef in org.jboss.errai.ioc.client.container |
---|
Fields in org.jboss.errai.ioc.client.container with type parameters of type BeanRef | |
---|---|
protected Map<BeanRef,List<ProxyResolver>> |
AbstractCreationalContext.unresolvedProxies
|
protected Map<BeanRef,Object> |
AbstractCreationalContext.wired
|
Methods in org.jboss.errai.ioc.client.container that return BeanRef | |
---|---|
BeanRef |
AbstractCreationalContext.getBeanReference(Class<?> beanType,
Annotation[] qualifiers)
Returns a BeanRef which matches the specified type and qualifiers whether or not the bean is within
the creational context or not. |
BeanRef |
CreationalContext.getBeanReference(Class<?> beanType,
Annotation[] qualifiers)
Returns a BeanRef which matches the specified type and qualifiers whether or not the bean is within
the creational context or not. |
Methods in org.jboss.errai.ioc.client.container that return types with arguments of type BeanRef | |
---|---|
Set<BeanRef> |
AbstractCreationalContext.getAllCreatedBeans()
Returns a list of all created beans within this creational context. |
Set<BeanRef> |
CreationalContext.getAllCreatedBeans()
Returns a list of all created beans within this creational context. |
Methods in org.jboss.errai.ioc.client.container with parameters of type BeanRef | ||
---|---|---|
void |
AbstractCreationalContext.addBean(BeanRef ref,
Object instance)
Adds a bean to the creational context based on the BeanRef with a reference to the an actual instantiated
instance of the bean. |
|
void |
CreationalContext.addBean(BeanRef ref,
Object instance)
Adds a bean to the creational context based on the BeanRef with a reference to the an actual instantiated
instance of the bean. |
|
|
AbstractCreationalContext.getWiredOrNew(BeanRef ref,
javax.inject.Provider<T> provider)
Return a wired instance within the current creational context, or in the absence of an existing context, invoke the specified provider to create the instance. |
Uses of BeanRef in org.jboss.errai.ioc.client.container.async |
---|
Methods in org.jboss.errai.ioc.client.container.async with parameters of type BeanRef | ||
---|---|---|
|
AsyncCreationalContext.addWait(BeanRef beanRef,
CreationalCallback<T> callback)
Add a CreationalCallback to the wait queue. |
|
|
AsyncCreationalContext.notifyAllWaiting(BeanRef beanRef,
T instance)
Notify all waiting callbacks for the instance result from the specified bean provider. |
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |