Uses of Interface
javax.enterprise.context.spi.CreationalContext
-
Packages that use CreationalContext Package Description 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 Modifier and Type Method Description TContextual. create(CreationalContext<T> context)Creates and returns a new instance of the webbeans component.voidContextual. destroy(T instance, CreationalContext<T> context)Destroys the instance.<T> TContext. get(Contextual<T> component, CreationalContext<T> creationalContext)If the context is not active, throwsContextNotActiveException. -
Uses of CreationalContext in javax.enterprise.inject.spi
Fields in javax.enterprise.inject.spi declared as CreationalContext Modifier and Type Field Description private CreationalContext<T>Unmanaged.UnmanagedInstance. creationalContextMethods in javax.enterprise.inject.spi that return CreationalContext Modifier and Type Method Description <T> CreationalContext<T>BeanManager. createCreationalContext(Contextual<T> contextual)Returns a new creational context implementation.Methods in javax.enterprise.inject.spi with parameters of type CreationalContext Modifier and Type Method Description java.lang.ObjectBeanManager. getInjectableReference(InjectionPoint injectionPoint, CreationalContext<?> ctx)Gets injection point bean reference.java.lang.ObjectBeanManager. getReference(Bean<?> bean, java.lang.reflect.Type beanType, CreationalContext<?> ctx)Returns a bean instance reference for the given bean.voidInjectionTarget. inject(T instance, CreationalContext<T> ctx)Performs dependency injection upon the given object.TProducer. produce(CreationalContext<T> creationalContext)Its result depends on bean type.
-