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