Uses of Class
org.apache.webbeans.inject.OWBInjector

Packages that use OWBInjector
org.apache.webbeans.context.creational   
org.apache.webbeans.inject   
 

Uses of OWBInjector in org.apache.webbeans.context.creational
 

Methods in org.apache.webbeans.context.creational that return OWBInjector
 OWBInjector EjbInterceptorContext.getInjectorInstance()
           
 

Methods in org.apache.webbeans.context.creational with parameters of type OWBInjector
 void EjbInterceptorContext.setInjectorInstance(OWBInjector injectorInstance)
           
 

Uses of OWBInjector in org.apache.webbeans.inject
 

Methods in org.apache.webbeans.inject that return OWBInjector
 OWBInjector OWBInjector.inject(Object javaEeComponentInstance)
          Inject dependencies of given instance.
 OWBInjector OWBInjector.inject(Object javaEeComponentInstance, javax.enterprise.context.spi.CreationalContext<?> creationalContext)
          Inject dependencies of given instance.
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.