T
- public abstract class AbstractStaticallyDecorableBuiltInBean<T> extends AbstractDecorableBuiltInBean<T>
AbstractFacadeBean
, decorators only need to be resolved once.AbstractBuiltInBean.BuiltInBeanAttributes<T>
beanManager
BEAN_ID_PREFIX, BEAN_ID_SEPARATOR
Modifier | Constructor and Description |
---|---|
protected |
AbstractStaticallyDecorableBuiltInBean(String idSuffix,
BeanManagerImpl beanManager,
Class<T> type) |
Modifier and Type | Method and Description |
---|---|
protected List<Decorator<?>> |
getDecorators(InjectionPoint ip) |
protected Class<T> |
getProxyClass() |
void |
initializeAfterBeanDiscovery()
In particular cases, the deployer must perform some initialization operations
only after all beans have been deployed (e.g.
|
create, getBeanClass, getDecorators, getInjectionPoint, newInstance
cleanupAfterBoot, getInjectionPoints, getType, internalInitialize, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitialize
getBeanManager, getQualifierInstances, initialize, isDependent
attributes, equals, getId, hashCode, isNullable, setAttributes, toString, unwrap
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getInjectionPoints, isNullable
destroy
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
getId
protected AbstractStaticallyDecorableBuiltInBean(String idSuffix, BeanManagerImpl beanManager, Class<T> type)
protected List<Decorator<?>> getDecorators(InjectionPoint ip)
getDecorators
in class AbstractDecorableBuiltInBean<T>
protected Class<T> getProxyClass()
getProxyClass
in class AbstractDecorableBuiltInBean<T>
public void initializeAfterBeanDiscovery()
RIBean
initializeAfterBeanDiscovery
in class AbstractBuiltInBean<T>
Copyright © 2013 Seam Framework. All Rights Reserved.