T
- public class NonContextualComponentInjectionTarget<T>
extends org.jboss.weld.injection.producer.BasicInjectionTarget<T>
InjectionTarget
implementation used for non-contextual EE components such as
message-driven beans, Servlets, tag library handlers, ...
This InjectionTarget
implementation does not provider resource injection as it would
otherwise be performed twice.Constructor and Description |
---|
NonContextualComponentInjectionTarget(org.jboss.weld.annotated.enhanced.EnhancedAnnotatedType<T> type,
javax.enterprise.inject.spi.Bean<T> bean,
org.jboss.weld.manager.BeanManagerImpl beanManager) |
Modifier and Type | Method and Description |
---|---|
protected org.jboss.weld.injection.producer.LifecycleCallbackInvoker<T> |
initInvoker(org.jboss.weld.annotated.enhanced.EnhancedAnnotatedType<T> type) |
checkType, dispose, getAnnotated, getBean, getBeanManager, getInjectionPoints, getInjector, getInstantiator, getLifecycleCallbackInvoker, getType, hasDecorators, hasInterceptors, initializeAfterBeanDiscovery, initInjector, initInstantiator, inject, postConstruct, preDestroy, produce, setInstantiator, toString
Copyright © 2013 JBoss by Red Hat. All rights reserved.