Uses of Interface
javax.context.CreationalContext

Packages that use CreationalContext
javax.context   
javax.inject.manager   
org.jboss.webbeans   
org.jboss.webbeans.bean   
org.jboss.webbeans.bean.ee   
org.jboss.webbeans.bean.standard   
org.jboss.webbeans.context   
org.jboss.webbeans.injection   
 

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.
 

Uses of CreationalContext in org.jboss.webbeans
 

Methods in org.jboss.webbeans with parameters of type CreationalContext
<T> T
ManagerImpl.getInstanceToInject(InjectionPoint injectionPoint, CreationalContext<?> creationalContext)
           
 

Uses of CreationalContext in org.jboss.webbeans.bean
 

Methods in org.jboss.webbeans.bean with parameters of type CreationalContext
protected  void AbstractClassBean.callInitializers(T instance, CreationalContext<T> creationalContext)
          Calls all initializers of the bean
 T DisposalMethodBean.create(CreationalContext<T> creationalContext)
           
 T AbstractProducerBean.create(CreationalContext<T> creationalContext)
          Creates an instance of the bean
 T ForwardingBean.create(CreationalContext<T> creationalContext)
          Creates an instance of the delegate
 T EnterpriseBean.create(CreationalContext<T> creationalContext)
          Creates an instance of the bean
 T SimpleBean.create(CreationalContext<T> creationalContext)
          Creates an instance of the bean
protected  java.lang.Object AbstractProducerBean.getReceiver(CreationalContext<?> creationalContext)
          Gets the receiver of the product
protected  void AbstractClassBean.injectBoundFields(T instance, CreationalContext<T> creationalContext)
          Injects bound fields
protected abstract  T AbstractProducerBean.produceInstance(CreationalContext<T> creationalContext)
           
protected  T ProducerFieldBean.produceInstance(CreationalContext<T> creationalContext)
           
protected  T ProducerMethodBean.produceInstance(CreationalContext<T> creationalContext)
           
 

Uses of CreationalContext in org.jboss.webbeans.bean.ee
 

Methods in org.jboss.webbeans.bean.ee with parameters of type CreationalContext
 T AbstractJavaEEResourceBean.create(CreationalContext<T> creationalContext)
           
 

Uses of CreationalContext in org.jboss.webbeans.bean.standard
 

Methods in org.jboss.webbeans.bean.standard with parameters of type CreationalContext
 InjectionPoint InjectionPointBean.create(CreationalContext<InjectionPoint> creationalContext)
           
 ManagerImpl ManagerBean.create(CreationalContext<ManagerImpl> creationalContext)
           
 T AbstractFacadeBean.create(CreationalContext<T> creationalContext)
           
 

Uses of CreationalContext in org.jboss.webbeans.context
 

Classes in org.jboss.webbeans.context that implement CreationalContext
 class CreationalContextImpl<T>
           
 

Methods in org.jboss.webbeans.context with parameters of type CreationalContext
<T> T
DependentContext.get(Contextual<T> contextual, CreationalContext<T> creationalContext)
          Overridden method always creating a new instance
<T> T
AbstractMapContext.get(Contextual<T> contextual, CreationalContext<T> creationalContext)
          Get the bean if it exists in the contexts.
 

Uses of CreationalContext in org.jboss.webbeans.injection
 

Methods in org.jboss.webbeans.injection with parameters of type CreationalContext
protected  java.lang.Object[] MethodInjectionPoint.getParameterValues(java.util.List<ParameterInjectionPoint<?>> parameters, java.lang.Class<? extends java.lang.annotation.Annotation> specialParam, java.lang.Object specialVal, ManagerImpl manager, CreationalContext<?> creationalContext)
          Helper method for getting the current parameter values from a list of annotated parameters.
protected  java.lang.Object[] ConstructorInjectionPoint.getParameterValues(java.util.List<ParameterInjectionPoint<?>> parameters, java.lang.Object specialVal, java.lang.Class<? extends java.lang.annotation.Annotation> specialParam, ManagerImpl manager, CreationalContext<?> creationalContext)
          Helper method for getting the current parameter values from a list of annotated parameters.
 T ParameterInjectionPoint.getValueToInject(ManagerImpl manager, CreationalContext<?> creationalContext)
           
 void FieldInjectionPoint.inject(java.lang.Object declaringInstance, ManagerImpl manager, CreationalContext<?> creationalContext)
           
 T MethodInjectionPoint.invoke(java.lang.Object declaringInstance, ManagerImpl manager, CreationalContext<?> creationalContext, java.lang.Class<? extends java.lang.RuntimeException> exceptionTypeToThrow)
           
 T MethodInjectionPoint.invokeOnInstance(java.lang.Object declaringInstance, ManagerImpl manager, CreationalContext<?> creationalContext, java.lang.Class<? extends java.lang.RuntimeException> exceptionTypeToThrow)
           
 T MethodInjectionPoint.invokeOnInstanceWithSpecialValue(java.lang.Object declaringInstance, java.lang.Class<? extends java.lang.annotation.Annotation> annotatedParameter, java.lang.Object parameter, ManagerImpl manager, CreationalContext<?> creationalContext, java.lang.Class<? extends java.lang.RuntimeException> exceptionTypeToThrow)
           
 T MethodInjectionPoint.invokeWithSpecialValue(java.lang.Object declaringInstance, java.lang.Class<? extends java.lang.annotation.Annotation> annotatedParameter, java.lang.Object parameter, ManagerImpl manager, CreationalContext<?> creationalContext, java.lang.Class<? extends java.lang.RuntimeException> exceptionTypeToThrow)
           
 T ConstructorInjectionPoint.newInstance(ManagerImpl manager, CreationalContext<?> creationalContext)
           
 



Copyright © 2011. All Rights Reserved.