Modifier and Type | Method and Description |
---|---|
<T> CreationalContextImpl<T> |
BeanManagerImpl.createCreationalContext(javax.enterprise.context.spi.Contextual<T> contextual) |
Modifier and Type | Method and Description |
---|---|
CreationalContextImpl<T> |
CreationalContextFactory.getCreationalContext(javax.enterprise.context.spi.Contextual<T> contextual)
Returns a new creational context for given contextual.
|
CreationalContextImpl<T> |
CreationalContextFactory.wrappedCreationalContext(javax.enterprise.context.spi.CreationalContext<T> creationalContext,
javax.enterprise.context.spi.Contextual<T> contextual) |
Modifier and Type | Field and Description |
---|---|
protected CreationalContextImpl<?> |
AbstractInjectable.creationalContext |
Constructor and Description |
---|
AbstractInjectable(javax.enterprise.inject.spi.Producer<?> owner,
CreationalContextImpl<?> creationalContext) |
InjectableConstructor(Constructor<T> cons,
javax.enterprise.inject.spi.InjectionTarget<T> owner,
CreationalContextImpl<T> creationalContext)
Sets the constructor.
|
InjectableField(Field field,
Object instance,
javax.enterprise.inject.spi.InjectionTarget<T> owner,
CreationalContextImpl<T> creationalContext) |
InjectableMethod(Method m,
Object instance,
javax.enterprise.inject.spi.Producer<T> owner,
CreationalContextImpl<T> creationalContext) |
InjectableMethod(Method m,
Object instance,
javax.enterprise.inject.spi.Producer<T> owner,
CreationalContextImpl<T> creationalContext,
Set<javax.enterprise.inject.spi.InjectionPoint> ips)
Constructs new instance.
|
Constructor and Description |
---|
InstanceImpl(Type injectionClazz,
javax.enterprise.inject.spi.InjectionPoint injectionPoint,
WebBeansContext webBeansContext,
CreationalContextImpl<?> creationalContext,
Annotation... annotations)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
protected ConversationImpl |
ConversationProducer.newInstance(CreationalContextImpl<ConversationImpl> creationalContext) |
protected T |
InjectionTargetImpl.newInstance(CreationalContextImpl<T> creationalContext) |
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.