|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InjectionPoint in javax.inject.manager |
---|
Methods in javax.inject.manager that return types with arguments of type InjectionPoint | |
---|---|
abstract java.util.Set<? extends InjectionPoint> |
Bean.getInjectionPoints()
The injection points of a bean |
Methods in javax.inject.manager with parameters of type InjectionPoint | ||
---|---|---|
|
Manager.getInstanceToInject(InjectionPoint injectionPoint)
Obtains an instance of bean for a given injection point. |
|
|
Manager.getInstanceToInject(InjectionPoint injectionPoint,
CreationalContext<?> creationalContext)
Obtains an instance of bean for a given injection point. |
Uses of InjectionPoint in org.jboss.webbeans |
---|
Methods in org.jboss.webbeans that return InjectionPoint | |
---|---|
InjectionPoint |
ManagerImpl.getInjectionPoint()
Accesses the factory used to create each instance of InjectionPoint that is injected into web beans. |
Methods in org.jboss.webbeans with parameters of type InjectionPoint | ||
---|---|---|
|
ManagerImpl.getInstanceToInject(InjectionPoint injectionPoint)
|
|
|
ManagerImpl.getInstanceToInject(InjectionPoint injectionPoint,
CreationalContext<?> creationalContext)
|
|
|
ManagerImpl.resolveByType(AnnotatedItem<T,?> element,
InjectionPoint injectionPoint,
java.lang.annotation.Annotation... bindings)
|
Uses of InjectionPoint in org.jboss.webbeans.bean |
---|
Methods in org.jboss.webbeans.bean that return types with arguments of type InjectionPoint | |
---|---|
java.util.Set<? extends InjectionPoint> |
ForwardingBean.getInjectionPoints()
|
Uses of InjectionPoint in org.jboss.webbeans.bean.standard |
---|
Methods in org.jboss.webbeans.bean.standard that return InjectionPoint | |
---|---|
InjectionPoint |
InjectionPointBean.create(CreationalContext<InjectionPoint> creationalContext)
|
Methods in org.jboss.webbeans.bean.standard that return types with arguments of type InjectionPoint | |
---|---|
java.lang.Class<InjectionPoint> |
InjectionPointBean.getType()
|
Methods in org.jboss.webbeans.bean.standard with parameters of type InjectionPoint | |
---|---|
void |
InjectionPointBean.destroy(InjectionPoint instance)
|
Method parameters in org.jboss.webbeans.bean.standard with type arguments of type InjectionPoint | |
---|---|
InjectionPoint |
InjectionPointBean.create(CreationalContext<InjectionPoint> creationalContext)
|
Uses of InjectionPoint in org.jboss.webbeans.ejb.spi |
---|
Methods in org.jboss.webbeans.ejb.spi with parameters of type InjectionPoint | |
---|---|
java.lang.Object |
EjbServices.resolveEjb(InjectionPoint injectionPoint)
Resolve the value for the given @EJB injection point |
Uses of InjectionPoint in org.jboss.webbeans.ejb.spi.helpers |
---|
Methods in org.jboss.webbeans.ejb.spi.helpers with parameters of type InjectionPoint | |
---|---|
java.lang.Object |
ForwardingEjbServices.resolveEjb(InjectionPoint injectionPoint)
|
Uses of InjectionPoint in org.jboss.webbeans.injection |
---|
Subinterfaces of InjectionPoint in org.jboss.webbeans.injection | |
---|---|
interface |
AnnotatedInjectionPoint<T,S>
|
Classes in org.jboss.webbeans.injection that implement InjectionPoint | |
---|---|
class |
ConstructorInjectionPoint<T>
|
class |
FieldInjectionPoint<T>
|
class |
MethodInjectionPoint<T>
|
class |
ParameterInjectionPoint<T>
|
Uses of InjectionPoint in org.jboss.webbeans.persistence.spi |
---|
Methods in org.jboss.webbeans.persistence.spi with parameters of type InjectionPoint | |
---|---|
javax.persistence.EntityManager |
JpaServices.resolvePersistenceContext(InjectionPoint injectionPoint)
Resolve the value for the given @PersistenceContext injection point |
Uses of InjectionPoint in org.jboss.webbeans.persistence.spi.helpers |
---|
Methods in org.jboss.webbeans.persistence.spi.helpers with parameters of type InjectionPoint | |
---|---|
javax.persistence.EntityManager |
ForwardingJpaServices.resolvePersistenceContext(InjectionPoint injectionPoint)
|
Uses of InjectionPoint in org.jboss.webbeans.resources.spi |
---|
Methods in org.jboss.webbeans.resources.spi with parameters of type InjectionPoint | |
---|---|
java.lang.Object |
ResourceServices.resolveResource(InjectionPoint injectionPoint)
Resolve the value for the given @Resource injection point |
Uses of InjectionPoint in org.jboss.webbeans.resources.spi.helpers |
---|
Methods in org.jboss.webbeans.resources.spi.helpers with parameters of type InjectionPoint | |
---|---|
protected java.lang.String |
AbstractResourceServices.getResourceName(InjectionPoint injectionPoint)
|
java.lang.Object |
ForwardingResourceServices.resolveResource(InjectionPoint injectionPoint)
|
java.lang.Object |
AbstractResourceServices.resolveResource(InjectionPoint injectionPoint)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |