|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WeldInjectionPoint | |
---|---|
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 |
Uses of WeldInjectionPoint in org.jboss.weld.bean |
---|
Methods in org.jboss.weld.bean that return WeldInjectionPoint | |
---|---|
WeldInjectionPoint<?,?> |
DecoratorImpl.getDelegateInjectionPoint()
|
Methods in org.jboss.weld.bean that return types with arguments of type WeldInjectionPoint | |
---|---|
protected Set<WeldInjectionPoint<?,?>> |
AbstractBean.getDelegateInjectionPoints()
|
Set<WeldInjectionPoint<?,?>> |
AbstractBean.getNewInjectionPoints()
|
abstract Set<WeldInjectionPoint<?,?>> |
RIBean.getWeldInjectionPoints()
|
Set<WeldInjectionPoint<?,?>> |
AbstractBean.getWeldInjectionPoints()
|
Methods in org.jboss.weld.bean with parameters of type WeldInjectionPoint | |
---|---|
protected void |
AbstractBean.addInjectionPoint(WeldInjectionPoint<?,?> injectionPoint)
|
Method parameters in org.jboss.weld.bean with type arguments of type WeldInjectionPoint | |
---|---|
protected void |
AbstractBean.addInjectionPoints(Iterable<? extends WeldInjectionPoint<?,?>> injectionPoints)
|
Uses of WeldInjectionPoint in org.jboss.weld.bean.builtin |
---|
Methods in org.jboss.weld.bean.builtin that return types with arguments of type WeldInjectionPoint | |
---|---|
Set<WeldInjectionPoint<?,?>> |
AbstractBuiltInBean.getWeldInjectionPoints()
|
Uses of WeldInjectionPoint in org.jboss.weld.bean.proxy |
---|
Constructors in org.jboss.weld.bean.proxy with parameters of type WeldInjectionPoint | |
---|---|
DecoratorProxyFactory(Class<T> proxyType,
WeldInjectionPoint<?,?> delegateInjectionPoint,
javax.enterprise.inject.spi.Bean<?> bean)
|
Uses of WeldInjectionPoint in org.jboss.weld.event |
---|
Methods in org.jboss.weld.event that return types with arguments of type WeldInjectionPoint | |
---|---|
Set<WeldInjectionPoint<?,?>> |
ObserverMethodImpl.getInjectionPoints()
|
Set<WeldInjectionPoint<?,?>> |
ObserverMethodImpl.getNewInjectionPoints()
|
Uses of WeldInjectionPoint in org.jboss.weld.injection |
---|
Classes in org.jboss.weld.injection that implement WeldInjectionPoint | |
---|---|
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. |
Constructors in org.jboss.weld.injection with parameters of type WeldInjectionPoint | |
---|---|
WeldInjectionPoint.WeldInjectionPointSerializationProxy(WeldInjectionPoint<T,S> injectionPoint)
|
Uses of WeldInjectionPoint in org.jboss.weld.util |
---|
Methods in org.jboss.weld.util that return types with arguments of type WeldInjectionPoint | |
---|---|
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)
|
Methods in org.jboss.weld.util with parameters of type WeldInjectionPoint | |
---|---|
static Object |
Beans.resolveEEResource(BeanManagerImpl manager,
WeldInjectionPoint<?,?> injectionPoint)
Inspect an injection point, and try to retrieve a EE resource for it |
Method parameters in org.jboss.weld.util with type arguments of type WeldInjectionPoint | ||
---|---|---|
static
|
Beans.injectEEFields(T beanInstance,
BeanManagerImpl manager,
Iterable<WeldInjectionPoint<?,?>> ejbInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> persistenceContextInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> persistenceUnitInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> resourceInjectionPoints)
Injects EJBs and common fields |
|
static
|
Beans.injectEEFields(T beanInstance,
BeanManagerImpl manager,
Iterable<WeldInjectionPoint<?,?>> ejbInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> persistenceContextInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> persistenceUnitInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> resourceInjectionPoints)
Injects EJBs and common fields |
|
static
|
Beans.injectEEFields(T beanInstance,
BeanManagerImpl manager,
Iterable<WeldInjectionPoint<?,?>> ejbInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> persistenceContextInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> persistenceUnitInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> resourceInjectionPoints)
Injects EJBs and common fields |
|
static
|
Beans.injectEEFields(T beanInstance,
BeanManagerImpl manager,
Iterable<WeldInjectionPoint<?,?>> ejbInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> persistenceContextInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> persistenceUnitInjectionPoints,
Iterable<WeldInjectionPoint<?,?>> resourceInjectionPoints)
Injects EJBs and common fields |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |