public class InjectionPointBean extends AbstractStaticallyDecorableBuiltInBean<InjectionPoint>
AbstractBuiltInBean.BuiltInBeanAttributes<T>beanManager| 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 |
getInjectionPoint(CurrentInjectionPoint cip) |
protected InjectionPoint |
newInstance(InjectionPoint ip,
CreationalContext<InjectionPoint> creationalContext) |
String |
toString() |
getDecorators, getProxyClass, initializeAfterBeanDiscoverycreate, getBeanClass, getDecoratorscleanupAfterBoot, getInjectionPoints, getType, internalInitialize, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitializegetBeanManager, getQualifierInstances, initialize, isDependent, isNormalScopedattributes, equals, getId, getIdentifier, hashCode, isNullable, setAttributes, unwrapgetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInjectionPoints, isNullablegetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativegetIdpublic 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 createdprotected InjectionPoint getInjectionPoint(CurrentInjectionPoint cip)
getInjectionPoint in class AbstractDecorableBuiltInBean<InjectionPoint>public String toString()
toString in class CommonBean<InjectionPoint>Copyright © 2013 Seam Framework. All Rights Reserved.