Uses of Interface
javax.inject.manager.InjectionPoint

Packages that use InjectionPoint
javax.inject.manager   
org.jboss.webbeans   
org.jboss.webbeans.bean   
org.jboss.webbeans.bean.standard   
org.jboss.webbeans.ejb.spi   
org.jboss.webbeans.ejb.spi.helpers   
org.jboss.webbeans.injection   
org.jboss.webbeans.persistence.spi   
org.jboss.webbeans.persistence.spi.helpers   
org.jboss.webbeans.resources.spi   
org.jboss.webbeans.resources.spi.helpers   
 

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
<T> T
Manager.getInstanceToInject(InjectionPoint injectionPoint)
          Obtains an instance of bean for a given injection point.
<T> T
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
<T> T
ManagerImpl.getInstanceToInject(InjectionPoint injectionPoint)
           
<T> T
ManagerImpl.getInstanceToInject(InjectionPoint injectionPoint, CreationalContext<?> creationalContext)
           
<T> java.util.Set<Bean<T>>
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)
           
 



Copyright © 2011. All Rights Reserved.