Package | Description |
---|---|
com.caucho.config.bytecode | |
com.caucho.config.inject | |
com.caucho.jsp |
Modifier and Type | Method and Description |
---|---|
<X> X |
ScopeAdapter.wrap(InjectManager.ReferenceFactory<X> factory) |
Constructor and Description |
---|
ScopeProxyHandle(InjectManager.ReferenceFactory factory) |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
<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) |
Modifier and Type | Method and Description |
---|---|
static <T> InjectManager.ReferenceFactory<T> |
JspUtil.getInjectFactory(java.lang.Class<T> cl) |