public class InjectionPointBean extends AbstractStaticallyDecorableBuiltInBean<InjectionPoint>
AbstractBuiltInBean.BuiltInBeanAttributes<T>beanManagerBEAN_ID_PREFIX, BEAN_ID_SEPARATOR| Constructor and Description |
|---|
InjectionPointBean(BeanManagerImpl manager)
Creates an InjectionPoint Web Bean for the injection of the containing bean owning
the field, constructor or method for the annotated item
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(InjectionPoint instance,
CreationalContext<InjectionPoint> creationalContext)
Destroy an instance of the contextual type.
|
protected InjectionPoint |
newInstance(InjectionPoint ip,
CreationalContext<InjectionPoint> creationalContext) |
String |
toString() |
getDecorators, getProxyClass, initializeAfterBeanDiscoverycreate, getBeanClass, getDecorators, injectionPointNotAvailable, isInjectionPointMetadataRequiredcleanupAfterBoot, getInjectionPoints, getType, internalInitialize, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitializegetBeanManager, getQualifierInstances, initialize, isDependentattributes, equals, getId, hashCode, setAttributes, unwrapgetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullableclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInjectionPointsgetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullablegetIdpublic InjectionPointBean(BeanManagerImpl manager)
T - must be InjectionPointS - field - The annotated member field/parameter for the injectionmanager - The RI manager implementationprotected InjectionPoint newInstance(InjectionPoint ip, CreationalContext<InjectionPoint> creationalContext)
newInstance in class AbstractDecorableBuiltInBean<InjectionPoint>public void destroy(InjectionPoint instance, CreationalContext<InjectionPoint> creationalContext)
ContextualCreationalContext.release() to allow the container to destroy dependent objects of
the contextual instance.instance - the contextual instance to destroycreationalContext - the context in which this instance was createdpublic String toString()
toString in class CommonBean<InjectionPoint>Copyright © 2012 Seam Framework. All Rights Reserved.