Uses of Interface
javax.context.CreationalContext

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
<T> T
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
<T> T
Manager.getInstanceToInject(InjectionPoint injectionPoint, CreationalContext<?> creationalContext)
          Obtains an instance of bean for a given injection point.
 



Copyright © 2008-2009. All Rights Reserved.