public class ContextBean<T extends javax.enterprise.context.spi.Context> extends AbstractBuiltInBean<T>
BEAN_ID_PREFIX, BEAN_ID_SEPARATOR| Constructor and Description |
|---|
ContextBean(ContextHolder<T> contextHolder,
BeanManagerImpl beanManager) |
| 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) |
Set<Annotation> |
getQualifiers() |
Class<T> |
getType() |
Set<Type> |
getTypes() |
static <T extends javax.enterprise.context.spi.Context> |
of(ContextHolder<T> context,
BeanManagerImpl beanManager) |
cleanupAfterBoot, getName, getScope, getSpecializedBean, getStereotypes, getWeldInjectionPoints, initialize, initializeAfterBeanDiscovery, isAlternative, isNullable, isPassivationCapableBean, isPassivationCapableDependency, isPrimitive, isProxyable, isProxyRequired, isSpecializingequals, getBeanClass, getBeanManager, getId, getInjectionPoints, getQualifierInstances, hashCode, isDependent, isNormalScoped, toStringpublic ContextBean(ContextHolder<T> contextHolder, BeanManagerImpl beanManager)
public static <T extends javax.enterprise.context.spi.Context> ContextBean<T> of(ContextHolder<T> context, BeanManagerImpl beanManager)
public void destroy(T instance, javax.enterprise.context.spi.CreationalContext<T> creationalContext)
public Set<Annotation> getQualifiers()
getQualifiers in interface javax.enterprise.inject.spi.Bean<T extends javax.enterprise.context.spi.Context>getQualifiers in class AbstractBuiltInBean<T extends javax.enterprise.context.spi.Context>Copyright © 2014 Seam Framework. All Rights Reserved.