public interface InjectionContext<T>
Modifier and Type | Method and Description |
---|---|
AnnotatedType<T> |
getAnnotatedType()
Get the
AnnotatedType for the instance being injected |
InjectionTarget<T> |
getInjectionTarget()
Get the
InjectionTarget for the instance being injected |
T |
getTarget()
Get the underlying instance to be injected.
|
void |
proceed()
Calling
proceed() will cause Weld to perform injection on the instance as it normally would. |
void proceed()
T getTarget()
SessionObjectReference.getBusinessObject(Class)
InjectionTarget<T> getInjectionTarget()
InjectionTarget
for the instance being injectedAnnotatedType<T> getAnnotatedType()
AnnotatedType
for the instance being injectedCopyright © 2013 Seam Framework. All Rights Reserved.