Uses of Class
com.caucho.config.inject.InjectManager.ReferenceFactory

Packages that use InjectManager.ReferenceFactory
com.caucho.config.bytecode   
com.caucho.config.inject   
com.caucho.jsp   
 

Uses of InjectManager.ReferenceFactory in com.caucho.config.bytecode
 

Methods in com.caucho.config.bytecode with parameters of type InjectManager.ReferenceFactory
<X> X
ScopeAdapter.wrap(InjectManager.ReferenceFactory<X> factory)
           
 

Constructors in com.caucho.config.bytecode with parameters of type InjectManager.ReferenceFactory
ScopeProxyHandle(InjectManager.ReferenceFactory factory)
           
 

Uses of InjectManager.ReferenceFactory in com.caucho.config.inject
 

Subclasses of InjectManager.ReferenceFactory in com.caucho.config.inject
 class InjectManager.ContextReferenceFactory<T>
           
 class InjectManager.DelegateReferenceFactory<T>
           
 class InjectManager.DependentElReferenceFactoryImpl<T>
           
 class InjectManager.DependentReferenceFactory<T>
           
 class InjectManager.DependentReferenceFactoryImpl<T>
           
 class InjectManager.ErrorReferenceFactory<T>
           
 class InjectManager.InjectionPointReferenceFactory
           
 class InjectManager.NormalContextReferenceFactory<T>
           
 class InjectManager.NormalInstanceReferenceFactory<T>
           
 class InjectManager.UnresolvedReferenceFactory
           
 

Methods in com.caucho.config.inject that return InjectManager.ReferenceFactory
<T> InjectManager.ReferenceFactory<T>
InjectManager.createNormalInstanceFactory(Bean<T> bean)
           
<T> InjectManager.ReferenceFactory<T>
InjectManager.getReferenceFactory(Bean<T> bean)
           
 InjectManager.ReferenceFactory<?> InjectManager.getReferenceFactory(InjectionPoint ij)
           
 InjectManager.ReferenceFactory<?> InjectManager.getReferenceFactory(java.lang.String name)
           
 InjectManager.ReferenceFactory<?> InjectManager.getReferenceFactory(java.lang.reflect.Type type, java.util.Set<java.lang.annotation.Annotation> qualifiers, InjectionPoint ij)
           
 InjectManager.ReferenceFactory<?> InjectManager.validateInjectionPoint(InjectionPoint ij)
           
 

Uses of InjectManager.ReferenceFactory in com.caucho.jsp
 

Methods in com.caucho.jsp that return InjectManager.ReferenceFactory
static
<T> InjectManager.ReferenceFactory<T>
JspUtil.getInjectFactory(java.lang.Class<T> cl)