public class InterceptedBeanMetadataBean extends BeanMetadataBean
CDI-92AbstractBuiltInBean.BuiltInBeanAttributes<T>beanManagerBEAN_ID_PREFIX, BEAN_ID_SEPARATOR| Modifier | Constructor and Description |
|---|---|
|
InterceptedBeanMetadataBean(BeanManagerImpl beanManager) |
protected |
InterceptedBeanMetadataBean(String idSuffix,
BeanManagerImpl beanManager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkInjectionPoint(InjectionPoint ip) |
Set<Annotation> |
getQualifiers()
Obtains the qualifiers of the bean.
|
protected Bean<?> |
newInstance(InjectionPoint ip,
CreationalContext<Bean<?>> ctx) |
String |
toString() |
destroy, getParentCreationalContextgetDecorators, getProxyClass, initializeAfterBeanDiscovery, isInjectionPointMetadataRequiredcreate, getBeanClass, getDecorators, injectionPointNotAvailablecleanupAfterBoot, getInjectionPoints, getType, internalInitialize, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitializegetBeanManager, getQualifierInstances, initialize, isDependentattributes, equals, getId, hashCode, setAttributes, unwrapgetName, getScope, getStereotypes, getTypes, isAlternative, isNullableclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInjectionPointsgetName, getScope, getStereotypes, getTypes, isAlternative, isNullablegetIdpublic InterceptedBeanMetadataBean(BeanManagerImpl beanManager)
protected InterceptedBeanMetadataBean(String idSuffix, BeanManagerImpl beanManager)
protected Bean<?> newInstance(InjectionPoint ip, CreationalContext<Bean<?>> ctx)
newInstance in class BeanMetadataBeanprotected void checkInjectionPoint(InjectionPoint ip)
public Set<Annotation> getQualifiers()
BeanAttributesgetQualifiers in interface BeanAttributes<Bean<?>>getQualifiers in class ForwardingBeanAttributes<Bean<?>>public String toString()
toString in class AbstractBuiltInMetadataBean<Bean<?>>Copyright © 2012 Seam Framework. All Rights Reserved.