|
||||||||||
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> creationalContext)
Create a new instance of the contextual type |
|
void |
Contextual.destroy(T instance,
CreationalContext<T> creationalContext)
Destroys an instance of the contexual type |
|
|
Context.get(Contextual<T> contextual,
CreationalContext<T> creationalContext)
Return an existing instance of a contextual type or create a new instance of a contextual type |
Uses of CreationalContext in javax.enterprise.inject.spi |
---|
Methods in javax.enterprise.inject.spi that return CreationalContext | ||
---|---|---|
|
BeanManager.createCreationalContext(Contextual<T> contextual)
Obtain an instance of a CreationalContext for the given contextual |
Methods in javax.enterprise.inject.spi with parameters of type CreationalContext | |
---|---|
java.lang.Object |
BeanManager.getInjectableReference(InjectionPoint ij,
CreationalContext<?> ctx)
Obtains an instance of bean for a given injection point. |
java.lang.Object |
BeanManager.getReference(Bean<?> bean,
java.lang.reflect.Type beanType,
CreationalContext<?> ctx)
Obtains a contextual reference for a given bean and a given bean type. |
void |
InjectionTarget.inject(T instance,
CreationalContext<T> ctx)
|
T |
Producer.produce(CreationalContext<T> ctx)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |