Uses of Interface
javax.enterprise.context.spi.CreationalContext

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
<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.enterprise.inject.spi
 

Methods in javax.enterprise.inject.spi that return CreationalContext
<T> CreationalContext<T>
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)
           
 



Copyright © 2008-2009 Seam Framework. All Rights Reserved.