public abstract class AbstractFacadeBean<T> extends AbstractBuiltInBean<T>
BEAN_ID_PREFIX, BEAN_ID_SEPARATOR
Modifier | Constructor and Description |
---|---|
protected |
AbstractFacadeBean(String idSuffix,
BeanManagerImpl manager) |
Modifier and Type | Method and Description |
---|---|
T |
create(javax.enterprise.context.spi.CreationalContext<T> creationalContext) |
void |
destroy(T instance,
javax.enterprise.context.spi.CreationalContext<T> creationalContext) |
protected abstract T |
newInstance(javax.enterprise.inject.spi.InjectionPoint injectionPoint,
javax.enterprise.context.spi.CreationalContext<T> creationalContext) |
cleanupAfterBoot, getName, getQualifiers, getScope, getSpecializedBean, getStereotypes, getWeldInjectionPoints, initialize, initializeAfterBeanDiscovery, isAlternative, isNullable, isPassivationCapableBean, isPassivationCapableDependency, isPrimitive, isProxyable, isProxyRequired, isSpecializing
equals, getBeanClass, getBeanManager, getId, getInjectionPoints, getType, hashCode, isDependent, toString
protected AbstractFacadeBean(String idSuffix, BeanManagerImpl manager)
Copyright © 2012 Seam Framework. All Rights Reserved.