| Package | Description |
|---|---|
| org.jboss.weld.interceptor.proxy |
| Modifier and Type | Method and Description |
|---|---|
List<InterceptorMethodInvocation> |
InterceptionContext.buildInterceptorMethodInvocations(Object instance,
Method method,
InterceptionType interceptionType) |
List<InterceptorMethodInvocation> |
InterceptionContext.buildInterceptorMethodInvocationsForConstructorInterception() |
List<InterceptorMethodInvocation> |
InterceptorInvocation.getInterceptorMethodInvocations()
Returns
InterceptorMethodInvocation objects representing interceptor methods to be invoked during an interceptor invocation. |
List<InterceptorMethodInvocation> |
CustomInterceptorInvocation.getInterceptorMethodInvocations() |
| Constructor and Description |
|---|
WeldInvocationContextImpl(Constructor<?> constructor,
Object[] parameters,
Map<String,Object> contextData,
List<InterceptorMethodInvocation> chain,
Set<Annotation> interceptorBindings) |
WeldInvocationContextImpl(javax.interceptor.InvocationContext delegate,
List<InterceptorMethodInvocation> chain,
Set<Annotation> interceptorBindings,
CombinedInterceptorAndDecoratorStackMethodHandler currentHandler) |
WeldInvocationContextImpl(Object target,
Method targetMethod,
Method proceed,
Object[] parameters,
List<InterceptorMethodInvocation> chain,
Set<Annotation> interceptorBindings,
InterceptionDecorationContext.Stack stack) |
Copyright © 2017. All rights reserved.