T - public abstract class AbstractFacadeBean<T> extends AbstractDecorableBuiltInBean<T>
AbstractBuiltInBean.BuiltInBeanAttributes<T>beanManagerBEAN_ID_PREFIX, BEAN_ID_SEPARATOR| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFacadeBean(String idSuffix,
BeanManagerImpl manager,
Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(T instance,
CreationalContext<T> creationalContext)
Destroy an instance of the contextual type.
|
protected List<Decorator<?>> |
getDecorators(InjectionPoint ip) |
protected abstract Type |
getDefaultType() |
protected InjectionPoint |
getInjectionPoint(CurrentInjectionPoint cip) |
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, newInstancecleanupAfterBoot, getInjectionPoints, getType, internalInitialize, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitializegetBeanManager, getQualifierInstances, initialize, isDependent, isNormalScopedattributes, equals, getId, hashCode, isNullable, setAttributes, toString, unwrapgetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInjectionPoints, isNullablegetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternativegetIdprotected AbstractFacadeBean(String idSuffix, BeanManagerImpl manager, Class<T> type)
public void destroy(T instance, CreationalContext<T> creationalContext)
ContextualCreationalContext.release() to allow the container to destroy dependent objects of
the contextual instance.instance - the contextual instance to destroycreationalContext - the context in which this instance was createdprotected Class<T> getProxyClass()
getProxyClass in class AbstractDecorableBuiltInBean<T>public void initializeAfterBeanDiscovery()
RIBeaninitializeAfterBeanDiscovery in class AbstractBuiltInBean<T>protected List<Decorator<?>> getDecorators(InjectionPoint ip)
getDecorators in class AbstractDecorableBuiltInBean<T>protected InjectionPoint getInjectionPoint(CurrentInjectionPoint cip)
getInjectionPoint in class AbstractDecorableBuiltInBean<T>protected abstract Type getDefaultType()
Copyright © 2013 Seam Framework. All Rights Reserved.