|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreationalContext | |
---|---|
javax.enterprise.context.spi | |
javax.enterprise.inject.spi |
Uses of CreationalContext in javax.enterprise.context.spi |
---|
Methods in javax.enterprise.context.spi with parameters of type CreationalContext | ||
---|---|---|
T |
Contextual.create(CreationalContext<T> context)
Creates and returns a new instance of the webbeans component. |
|
void |
Contextual.destroy(T instance,
CreationalContext<T> context)
Destroys the instance. |
|
|
Context.get(Contextual<T> component,
CreationalContext<T> creationalContext)
If the context is not active, throws ContextNotActiveException . |
Uses of CreationalContext in javax.enterprise.inject.spi |
---|
Methods in javax.enterprise.inject.spi that return CreationalContext | ||
---|---|---|
|
BeanManager.createCreationalContext(Contextual<T> contextual)
Returns a new creational context implementation. |
Methods in javax.enterprise.inject.spi with parameters of type CreationalContext | |
---|---|
Object |
BeanManager.getInjectableReference(InjectionPoint injectionPoint,
CreationalContext<?> ctx)
Gets injection point bean reference. |
Object |
BeanManager.getReference(Bean<?> bean,
Type beanType,
CreationalContext<?> ctx)
Returns a bean instance reference for the given bean. |
void |
InjectionTarget.inject(T instance,
CreationalContext<T> ctx)
Performs dependency injection upon the given object. |
T |
Producer.produce(CreationalContext<T> creationalContext)
Its result depends on bean type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |