Uses of Class
org.apache.webbeans.context.creational.CreationalContextImpl

Packages that use CreationalContextImpl
org.apache.webbeans.decorator   
org.apache.webbeans.intercept   
 

Uses of CreationalContextImpl in org.apache.webbeans.decorator
 

Methods in org.apache.webbeans.decorator with parameters of type CreationalContextImpl
static java.util.List<java.lang.Object> WebBeansDecoratorConfig.getDecoratorStack(InjectionTargetBean<?> component, java.lang.Object instance, java.lang.Object delegate, CreationalContextImpl<?> ownerCreationalContext)
           
 

Uses of CreationalContextImpl in org.apache.webbeans.intercept
 

Methods in org.apache.webbeans.intercept with parameters of type CreationalContextImpl
 java.lang.Object InterceptorUtil.callAroundInvokes(WebBeansContext webBeansContext, InjectionTargetBean<?> bean, java.lang.Object instance, CreationalContextImpl<?> creationalContext, java.lang.reflect.Method proceed, java.lang.Object[] arguments, java.util.List<InterceptorData> stack, javax.interceptor.InvocationContext ejbInvocationContext, java.lang.Object altKey)
           
 java.lang.Object InterceptorData.createNewInstance(java.lang.Object ownerInstance, CreationalContextImpl<?> creationalContext)
          Creates and returns a new interceptor instance.
 java.lang.Object InterceptorDataImpl.createNewInstance(java.lang.Object ownerInstance, CreationalContextImpl<?> ownerCreationalContext)
           
 java.lang.Object InterceptorHandler.invoke(java.lang.Object instance, java.lang.reflect.Method method, java.lang.reflect.Method proceed, java.lang.Object[] arguments, CreationalContextImpl<?> ownerCreationalContext)
          Calls decorators and interceptors and actual bean method.
 



Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.