Uses of Class
org.apache.webbeans.component.InjectionTargetWrapper

Packages that use InjectionTargetWrapper
org.apache.webbeans.container   
 

Uses of InjectionTargetWrapper in org.apache.webbeans.container
 

Methods in org.apache.webbeans.container that return InjectionTargetWrapper
<T> InjectionTargetWrapper<T>
BeanManagerImpl.getInjectionTargetWrapper(Class<T> javaEeComponentClass)
           
<T> InjectionTargetWrapper<T>
BeanManagerImpl.getInjectionTargetWrapper(javax.enterprise.context.spi.Contextual<T> contextual)
           
 

Methods in org.apache.webbeans.container with parameters of type InjectionTargetWrapper
<T> void
BeanManagerImpl.putInjectionTargetWrapper(javax.enterprise.context.spi.Contextual<T> contextual, InjectionTargetWrapper<T> wrapper)
           
<T> void
BeanManagerImpl.putInjectionTargetWrapperForJavaEeComponents(Class<T> javaEeComponentClass, InjectionTargetWrapper<T> wrapper)
           
 



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