T - public abstract class AbstractStaticallyDecorableBuiltInBean<T> extends AbstractDecorableBuiltInBean<T>
AbstractFacadeBean, decorators only need to be resolved once.AbstractBuiltInBean.BuiltInBeanAttributes<T>beanManager| Modifier | Constructor and Description |
|---|---|
protected |
AbstractStaticallyDecorableBuiltInBean(BeanManagerImpl beanManager,
java.lang.Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Decorator<?>> |
getDecorators(InjectionPoint ip) |
protected java.lang.Class<T> |
getProxyClass() |
void |
initializeAfterBeanDiscovery()
In particular cases, the deployer must perform some initialization operations
only after all beans have been deployed (e.g. for initializing decorators
taking into account the possibility of having custom decorators which are
deployed through portable extensions)
|
create, getBeanClass, getDecorators, getInjectionPoint, newInstancecleanupAfterBoot, getInjectionPoints, getType, internalInitialize, isDependentContextOptimizationAllowed, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitializedestroy, getBeanManager, getContextualInstanceStrategy, getQualifierInstances, initialize, isDependent, isNormalScoped, setAttributesattributes, equals, getId, getIdentifier, hashCode, isNullable, toString, unwrapgetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInjectionPoints, isNullabledestroygetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativegetIdprotected AbstractStaticallyDecorableBuiltInBean(BeanManagerImpl beanManager, java.lang.Class<T> type)
protected java.util.List<Decorator<?>> getDecorators(InjectionPoint ip)
getDecorators in class AbstractDecorableBuiltInBean<T>protected java.lang.Class<T> getProxyClass()
getProxyClass in class AbstractDecorableBuiltInBean<T>public void initializeAfterBeanDiscovery()
RIBeaninitializeAfterBeanDiscovery in class AbstractBuiltInBean<T>Copyright © 2015. All Rights Reserved.