|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreationalContext | |
---|---|
javax.context | |
javax.inject.manager |
Uses of CreationalContext in javax.context |
---|
Methods in javax.context with parameters of type CreationalContext | ||
---|---|---|
T |
Contextual.create(CreationalContext<T> creationalContext)
Create a new instance of the contextual 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.inject.manager |
---|
Methods in javax.inject.manager with parameters of type CreationalContext | ||
---|---|---|
|
Manager.getInstanceToInject(InjectionPoint injectionPoint,
CreationalContext<?> creationalContext)
Obtains an instance of bean for a given injection point. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |