public class BeanMetadataBean extends AbstractBuiltInMetadataBean<Bean<?>>
CDI-92
AbstractBuiltInBean.BuiltInBeanAttributes<T>
beanManager
BEAN_ID_PREFIX, BEAN_ID_SEPARATOR
Modifier | Constructor and Description |
---|---|
|
BeanMetadataBean(BeanManagerImpl beanManager) |
protected |
BeanMetadataBean(String idSuffix,
BeanManagerImpl beanManager) |
Modifier and Type | Method and Description |
---|---|
protected Bean<?> |
newInstance(InjectionPoint ip,
CreationalContext<Bean<?>> creationalContext) |
create, destroy, getParentCreationalContext, toString
cleanupAfterBoot, getInjectionPoints, getType, initializeAfterBeanDiscovery, internalInitialize, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitialize
getBeanClass, getBeanManager, getQualifierInstances, initialize, isDependent
attributes, equals, getId, hashCode, isNullable, setAttributes, unwrap
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
public BeanMetadataBean(BeanManagerImpl beanManager)
protected BeanMetadataBean(String idSuffix, BeanManagerImpl beanManager)
protected Bean<?> newInstance(InjectionPoint ip, CreationalContext<Bean<?>> creationalContext)
newInstance
in class AbstractBuiltInMetadataBean<Bean<?>>
Copyright © 2013 Seam Framework. All Rights Reserved.