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() |
create, destroy, getParentCreationalContextcleanupAfterBoot, getInjectionPoints, getType, initializeAfterBeanDiscovery, internalInitialize, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitializegetBeanClass, getBeanManager, getQualifierInstances, initialize, isDependent, isNormalScopedattributes, equals, getId, hashCode, isNullable, setAttributes, unwrapgetName, getScope, getStereotypes, getTypes, isAlternativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIdgetName, getScope, getStereotypes, getTypes, isAlternativepublic 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 © 2013 Seam Framework. All Rights Reserved.