|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IOCBeanDef | |
---|---|
org.jboss.errai.enterprise.client.cdi | |
org.jboss.errai.ioc.client.container |
Uses of IOCBeanDef in org.jboss.errai.enterprise.client.cdi |
---|
Methods in org.jboss.errai.enterprise.client.cdi that return types with arguments of type IOCBeanDef | ||
---|---|---|
protected
|
AbstractErraiCDITest.getBeans(Class<T> type,
Annotation... annotations)
|
Uses of IOCBeanDef in org.jboss.errai.ioc.client.container |
---|
Classes in org.jboss.errai.ioc.client.container that implement IOCBeanDef | |
---|---|
class |
AbstractIOCBean<T>
|
class |
IOCDependentBean<T>
Represents a default dependent scoped bean. |
class |
IOCSingletonBean<T>
Represents a bean inside the container, capturing the type, qualifiers and instance reference for the bean. |
Methods in org.jboss.errai.ioc.client.container that return IOCBeanDef | ||
---|---|---|
|
SyncBeanManager.lookupBean(Class<T> type,
Annotation... qualifiers)
Looks up a bean reference based on type and qualifiers. |
|
|
SyncBeanManagerImpl.lookupBean(Class<T> type,
Annotation... qualifiers)
|
|
static
|
IOCDependentBean.newBean(SyncBeanManagerImpl beanManager,
Class<T> type,
Class<?> beanType,
Annotation[] qualifiers,
String name,
boolean concrete,
BeanProvider<T> callback,
Class<Object> beanActivatorType)
|
|
static
|
IOCSingletonBean.newBean(SyncBeanManagerImpl beanManager,
Class<T> type,
Class<?> beanType,
Annotation[] qualifiers,
String name,
boolean concrete,
BeanProvider<T> callback,
T instance,
Class<Object> beanActivatorType)
Creates a new IOC Bean reference |
|
|
SyncBeanManager.registerBean(IOCBeanDef<T> bean)
Register a bean with the manager. |
|
|
SyncBeanManagerImpl.registerBean(IOCBeanDef<T> bean)
|
Methods in org.jboss.errai.ioc.client.container that return types with arguments of type IOCBeanDef | ||
---|---|---|
|
SyncBeanManager.lookupBeans(Class<T> type)
Looks up all beans of the specified type. |
|
|
SyncBeanManagerImpl.lookupBeans(Class<T> type)
|
|
|
SyncBeanManager.lookupBeans(Class<T> type,
Annotation... qualifiers)
Looks up a bean reference based on type and qualifiers. |
|
|
SyncBeanManagerImpl.lookupBeans(Class<T> type,
Annotation... qualifierInstances)
|
|
Collection<IOCBeanDef> |
SyncBeanManager.lookupBeans(String name)
Looks up all beans with the specified bean name as specified by Named . |
|
Collection<IOCBeanDef> |
SyncBeanManagerImpl.lookupBeans(String name)
|
Methods in org.jboss.errai.ioc.client.container with parameters of type IOCBeanDef | ||
---|---|---|
|
SyncBeanManager.registerBean(IOCBeanDef<T> bean)
Register a bean with the manager. |
|
|
SyncBeanManagerImpl.registerBean(IOCBeanDef<T> bean)
|
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |