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 List<Object> WebBeansDecoratorConfig.getDecoratorStack(InjectionTargetBean<?> component, Object instance, Object delegate, CreationalContextImpl<?> ownerCreationalContext)
           
 

Uses of CreationalContextImpl in org.apache.webbeans.intercept
 

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



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