T
- public abstract class AbstractFacadeBean<T> extends AbstractDecorableBuiltInBean<T>
AbstractBuiltInBean.BuiltInBeanAttributes<T>
beanManager
BEAN_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,
javax.enterprise.context.spi.CreationalContext<T> creationalContext) |
protected List<javax.enterprise.inject.spi.Decorator<?>> |
getDecorators(javax.enterprise.inject.spi.InjectionPoint ip) |
protected abstract Type |
getDefaultType() |
protected javax.enterprise.inject.spi.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, 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
protected AbstractFacadeBean(String idSuffix, BeanManagerImpl manager, Class<T> type)
public void destroy(T instance, javax.enterprise.context.spi.CreationalContext<T> creationalContext)
protected Class<T> getProxyClass()
getProxyClass
in class AbstractDecorableBuiltInBean<T>
public void initializeAfterBeanDiscovery()
RIBean
initializeAfterBeanDiscovery
in class AbstractBuiltInBean<T>
protected List<javax.enterprise.inject.spi.Decorator<?>> getDecorators(javax.enterprise.inject.spi.InjectionPoint ip)
getDecorators
in class AbstractDecorableBuiltInBean<T>
protected javax.enterprise.inject.spi.InjectionPoint getInjectionPoint(CurrentInjectionPoint cip)
getInjectionPoint
in class AbstractDecorableBuiltInBean<T>
protected abstract Type getDefaultType()
Copyright © 2013 Seam Framework. All Rights Reserved.