Uses of Interface
javax.enterprise.inject.spi.InjectionPoint

Packages that use InjectionPoint
javax.enterprise.inject.spi The portable extension integration SPI. 
 

Uses of InjectionPoint in javax.enterprise.inject.spi
 

Methods in javax.enterprise.inject.spi that return types with arguments of type InjectionPoint
 java.util.Set<InjectionPoint> Producer.getInjectionPoints()
           Returns the set of all InjectionPoints.
 java.util.Set<InjectionPoint> Bean.getInjectionPoints()
          Obtains the InjectionPoint objects representing injection points of the bean, that will be validated by the container at initialization time.
 

Methods in javax.enterprise.inject.spi with parameters of type InjectionPoint
 java.lang.Object BeanManager.getInjectableReference(InjectionPoint ij, CreationalContext<?> ctx)
          Obtains an injectable reference for a certain injection point.
 void BeanManager.validate(InjectionPoint injectionPoint)
          Validate a certain injection point.
 



Copyright © 2008-2009 Seam Framework. All Rights Reserved.