| Package | Description |
|---|---|
| org.jboss.weld.bean.builtin.ee | |
| org.jboss.weld.injection | |
| org.jboss.weld.util |
| Modifier and Type | Method and Description |
|---|---|
protected ResourceInjectionPoint<T,X> |
StaticEEResourceProducerField.getInjectionPoint(EnhancedAnnotatedField<T,? super X> field,
AbstractClassBean<X> declaringBean,
BeanManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
static <T,X> ResourceInjectionPoint<T,X> |
ResourceInjectionPoint.forEjb(FieldInjectionPoint<T,X> delegate,
EjbInjectionServices injectionServices) |
static <T,X> ResourceInjectionPoint<T,X> |
ResourceInjectionPoint.forPersistenceContext(FieldInjectionPoint<T,X> delegate,
JpaInjectionServices injectionServices,
PersistenceApiAbstraction api) |
static <T,X> ResourceInjectionPoint<T,X> |
ResourceInjectionPoint.forPersistenceUnit(FieldInjectionPoint<T,X> delegate,
JpaInjectionServices injectionServices,
PersistenceApiAbstraction api) |
static <T,X> ResourceInjectionPoint<T,X> |
ResourceInjectionPoint.forResource(FieldInjectionPoint<T,X> delegate,
ResourceInjectionServices injectionServices) |
static <T,X> ResourceInjectionPoint<T,X> |
ResourceInjectionPoint.forWebServiceRef(FieldInjectionPoint<T,X> delegate,
JaxwsInjectionServices injectionServices) |
| Modifier and Type | Method and Description |
|---|---|
Set<ResourceInjectionPoint<?,?>> |
InjectionPointFactory.getEjbInjectionPoints(Bean<?> declaringBean,
EnhancedAnnotatedType<?> type,
BeanManagerImpl manager) |
Set<ResourceInjectionPoint<?,?>> |
InjectionPointFactory.getPersistenceContextInjectionPoints(Bean<?> declaringBean,
EnhancedAnnotatedType<?> type,
BeanManagerImpl manager) |
Set<ResourceInjectionPoint<?,?>> |
InjectionPointFactory.getPersistenceUnitInjectionPoints(Bean<?> declaringBean,
EnhancedAnnotatedType<?> type,
BeanManagerImpl manager) |
Set<ResourceInjectionPoint<?,?>> |
InjectionPointFactory.getResourceInjectionPoints(Bean<?> declaringBean,
EnhancedAnnotatedType<?> type,
BeanManagerImpl manager) |
Set<ResourceInjectionPoint<?,?>> |
InjectionPointFactory.getWebServiceRefInjectionPoints(Bean<?> declaringBean,
EnhancedAnnotatedType<?> type,
BeanManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
Beans.injectEEFields(Iterable<ResourceInjectionPoint<?,?>> resourceInjectionPoints,
T beanInstance,
CreationalContext<T> ctx)
Injects EJBs and common fields
|
Copyright © 2013 Seam Framework. All Rights Reserved.