| Package | Description |
|---|---|
| org.jboss.weld.bean | |
| org.jboss.weld.bean.builtin | |
| org.jboss.weld.bean.proxy | |
| org.jboss.weld.event | |
| org.jboss.weld.injection | |
| org.jboss.weld.util |
| Modifier and Type | Method and Description |
|---|---|
WeldInjectionPoint<?,?> |
DecoratorImpl.getDelegateInjectionPoint() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<WeldInjectionPoint<?,?>> |
AbstractBean.getDelegateInjectionPoints() |
Set<WeldInjectionPoint<?,?>> |
AbstractBean.getNewInjectionPoints() |
abstract Set<WeldInjectionPoint<?,?>> |
RIBean.getWeldInjectionPoints() |
Set<WeldInjectionPoint<?,?>> |
AbstractBean.getWeldInjectionPoints() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractBean.addInjectionPoint(WeldInjectionPoint<?,?> injectionPoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractBean.addInjectionPoints(Iterable<? extends WeldInjectionPoint<?,?>> injectionPoints) |
| Modifier and Type | Method and Description |
|---|---|
Set<WeldInjectionPoint<?,?>> |
AbstractBuiltInBean.getWeldInjectionPoints() |
| Constructor and Description |
|---|
DecoratorProxyFactory(Class<T> proxyType,
WeldInjectionPoint<?,?> delegateInjectionPoint,
javax.enterprise.inject.spi.Bean<?> bean) |
| Modifier and Type | Method and Description |
|---|---|
Set<WeldInjectionPoint<?,?>> |
ObserverMethodImpl.getInjectionPoints() |
Set<WeldInjectionPoint<?,?>> |
ObserverMethodImpl.getNewInjectionPoints() |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructorInjectionPoint<T> |
class |
FieldInjectionPoint<T,X> |
class |
MethodInjectionPoint<T,X> |
class |
ParameterInjectionPoint<T,X> |
class |
ProxyClassConstructorInjectionPointWrapper<T>
A wrapper on a
ConstructorInjectionPoint, to be used if a proxy subclass is instantiated instead of the
original (e.g. |
| Constructor and Description |
|---|
WeldInjectionPoint.WeldInjectionPointSerializationProxy(WeldInjectionPoint<T,S> injectionPoint) |
| Modifier and Type | Method and Description |
|---|---|
static Set<WeldInjectionPoint<?,?>> |
Beans.getEjbInjectionPoints(javax.enterprise.inject.spi.Bean<?> declaringBean,
WeldClass<?> type,
BeanManagerImpl manager) |
static Set<WeldInjectionPoint<?,?>> |
Beans.getPersistenceContextInjectionPoints(javax.enterprise.inject.spi.Bean<?> declaringBean,
WeldClass<?> type,
BeanManagerImpl manager) |
static Set<WeldInjectionPoint<?,?>> |
Beans.getPersistenceUnitInjectionPoints(javax.enterprise.inject.spi.Bean<?> declaringBean,
WeldClass<?> type,
BeanManagerImpl manager) |
static Set<WeldInjectionPoint<?,?>> |
Beans.getResourceInjectionPoints(javax.enterprise.inject.spi.Bean<?> declaringBean,
WeldClass<?> type,
BeanManagerImpl manager) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
Beans.resolveEEResource(BeanManagerImpl manager,
WeldInjectionPoint<?,?> injectionPoint)
Inspect an injection point, and try to retrieve a EE resource for it
|
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
Beans.injectEEFields(T beanInstance,
BeanManagerImpl manager,
Iterable<WeldInjectionPoint<?,?>> ejbInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> persistenceContextInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> persistenceUnitInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> resourceInjectionPoints)
Injects EJBs and common fields
|
static <T> void |
Beans.injectEEFields(T beanInstance,
BeanManagerImpl manager,
Iterable<WeldInjectionPoint<?,?>> ejbInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> persistenceContextInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> persistenceUnitInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> resourceInjectionPoints)
Injects EJBs and common fields
|
static <T> void |
Beans.injectEEFields(T beanInstance,
BeanManagerImpl manager,
Iterable<WeldInjectionPoint<?,?>> ejbInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> persistenceContextInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> persistenceUnitInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> resourceInjectionPoints)
Injects EJBs and common fields
|
static <T> void |
Beans.injectEEFields(T beanInstance,
BeanManagerImpl manager,
Iterable<WeldInjectionPoint<?,?>> ejbInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> persistenceContextInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> persistenceUnitInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> resourceInjectionPoints)
Injects EJBs and common fields
|
Copyright © 2014 Seam Framework. All Rights Reserved.