public class MessageDrivenInjectionTarget<T> extends SimpleInjectionTarget<T>
| Constructor and Description |
|---|
MessageDrivenInjectionTarget(WeldClass<T> type,
BeanManagerImpl beanManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
inject(T instance,
CreationalContext<T> ctx)
Performs dependency injection upon the given object.
|
dispose, getBeanManager, getInitializerMethods, getInjectableFields, getInjectionPoints, getType, postConstruct, preDestroy, producepublic MessageDrivenInjectionTarget(WeldClass<T> type, BeanManagerImpl beanManager)
public void inject(T instance, CreationalContext<T> ctx)
InjectionTargetPerforms dependency injection upon the given object. Performs Java EE component environment injection, sets the value of all injected fields, and calls all initializer methods.
inject in interface InjectionTarget<T>inject in class SimpleInjectionTarget<T>instance - The instance upon which to perform injectionctx - The CreationalContext to
use for creating new instancesCopyright © 2013 Seam Framework. All Rights Reserved.