CDI APIs 1.0-SP4-redhat-2

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
 Set<InjectionPoint> Bean.getInjectionPoints()
          Obtains the InjectionPoint objects representing injection points of the bean, that will be validated by the container at initialization time.
 Set<InjectionPoint> Producer.getInjectionPoints()
           Returns the set of all InjectionPoints.
 

Methods in javax.enterprise.inject.spi with parameters of type InjectionPoint
 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.
 


CDI APIs 1.0-SP4-redhat-2

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