public class ContextBean<T extends javax.enterprise.context.spi.Context> extends AbstractBuiltInBean<T>
AbstractBuiltInBean.BuiltInBeanAttributes<T>beanManager| Constructor and Description |
|---|
ContextBean(ContextHolder<T> contextHolder,
BeanManagerImpl beanManager) |
| Modifier and Type | Method and Description |
|---|---|
T |
create(javax.enterprise.context.spi.CreationalContext<T> creationalContext) |
Set<Annotation> |
getQualifiers() |
Set<Type> |
getTypes() |
static <T extends javax.enterprise.context.spi.Context> |
of(ContextHolder<T> context,
BeanManagerImpl beanManager) |
cleanupAfterBoot, getInjectionPoints, getType, initializeAfterBeanDiscovery, internalInitialize, isDependentContextOptimizationAllowed, isPassivationCapableBean, isPassivationCapableDependency, isProxyable, isProxyRequired, preInitializedestroy, getBeanClass, getBeanManager, getContextualInstanceStrategy, getQualifierInstances, initialize, isDependent, isNormalScoped, setAttributesattributes, equals, getId, getIdentifier, hashCode, isNullable, toString, unwrapgetName, getScope, getStereotypes, isAlternativepublic ContextBean(ContextHolder<T> contextHolder, BeanManagerImpl beanManager)
public static <T extends javax.enterprise.context.spi.Context> ContextBean<T> of(ContextHolder<T> context, BeanManagerImpl beanManager)
public Set<Type> getTypes()
getTypes in interface javax.enterprise.inject.spi.BeanAttributes<T extends javax.enterprise.context.spi.Context>getTypes in class ForwardingBeanAttributes<T extends javax.enterprise.context.spi.Context>public Set<Annotation> getQualifiers()
getQualifiers in interface javax.enterprise.inject.spi.BeanAttributes<T extends javax.enterprise.context.spi.Context>getQualifiers in class ForwardingBeanAttributes<T extends javax.enterprise.context.spi.Context>Copyright © 2017. All rights reserved.