| 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. |